diff options
author | Bruno Haible <bruno@clisp.org> | 2020-05-10 22:22:07 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2020-05-10 22:22:07 +0200 |
commit | 44e9f9f6f0900b5c6a066e1a413b3ea47a5b84f8 (patch) | |
tree | 3126044f5103a3e80872731890dda6d05ae8f1c4 /lib | |
parent | 72b0ca02b62e50f7cbfd32367e9106133dd635bb (diff) | |
download | gnulib-44e9f9f6f0900b5c6a066e1a413b3ea47a5b84f8.tar.gz |
attribute: Tweak comment.
Reported by Paul Eggert.
* lib/attribute.h: Tweak a category's description.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/attribute.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/attribute.h b/lib/attribute.h index e9a81bba69..d8d6286c05 100644 --- a/lib/attribute.h +++ b/lib/attribute.h @@ -88,7 +88,8 @@ /* ================== Attributes for compiler diagnostics ================== */ -/* Attributes that help the compiler diagnose programmer mistakes. */ +/* Attributes that help the compiler diagnose programmer mistakes. + Some of them may also help for some compiler optimizations. */ /* ATTRIBUTE_FORMAT ((ARCHETYPE, STRING-INDEX, FIRST-TO-CHECK)) - The STRING-INDEXth function argument is a format string of style |