From 7603c56774a26b9468ce6ac152cfee9d175984c4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 20 Jul 2022 23:36:06 +0000 Subject: flag-o-matic.eclass: fix @DESCRIPTION tag Signed-off-by: Sam James --- eclass/flag-o-matic.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass/flag-o-matic.eclass') diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 503f23a141a1..b0c30f81c956 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -957,7 +957,8 @@ _test-compile-PROG() { # @FUNCTION: append-atomic-flags # @USAGE: [bytes] -# @DESCRIPTION: Attempts to detect if appending -latomic is required to use +# @DESCRIPTION: +# Attempts to detect if appending -latomic is required to use # a specific-sized atomic intrinsic, and if so, appends it. If the bytesize # is not specified, then check the four most common byte sizes (1, 2, 4, 8). # >=16-byte atomics are not included in this default set and must be explicitly -- cgit v1.2.3-65-gdbad