commit:     7603c56774a26b9468ce6ac152cfee9d175984c4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 23:36:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 23:36:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7603c567

flag-o-matic.eclass: fix @DESCRIPTION tag

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/flag-o-matic.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

Reply via email to