Doc tweak.
authorBruno Haible <bruno@clisp.org>
Sun, 18 Apr 2010 20:01:05 +0000 (22:01 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 18 Apr 2010 20:01:05 +0000 (22:01 +0200)
ChangeLog
doc/posix-headers/stdbool.texi

index 0b90da060efbba3373ec4393c998587cf47a7ff8..294e00b2340d89d75ed4eeea0fa38c1172dda03a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-18  Bruno Haible  <bruno@clisp.org>
+
+       * doc/posix-headers/stdbool.texi: More precise wording.
+
 2010-04-17  Jim Meyering  <meyering@redhat.com>
 
        maint.mk: use gnu-style indentation in an embedded perl script
index 990c17be7beae508dd7c44d6d476373df19d9a94..78ccfc3fd7ee3ae148c07565b6120b044a125710 100644 (file)
@@ -28,6 +28,6 @@ Casts and automatic conversions to @samp{bool} don't test against the
 zero value or the null pointer, as they should.  Such casts should only
 be used if the casted value is known to be equal to 0 or 1.
 @item
-You cannot assume that casting floating point to @samp{bool} will
+You cannot assume that casting a floating point literal to @samp{bool} will
 result in a constant expression.
 @end itemize