Fix typo in stdnoreturn documentation.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Feb 2013 20:30:32 +0000 (12:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Feb 2013 20:30:55 +0000 (12:30 -0800)
doc/posix-headers/stdnoreturn.texi

index 9b500cc..19722bd 100644 (file)
@@ -28,6 +28,7 @@ directly.  Although the resulting code operates correctly, the
 compiler is not informed whether @code{noreturn} functions do not
 return, so it may generate incorrect warnings at compile-time, or code
 that is slightly less optimized.  This problem does not occur with
+@code{_Noreturn}.
 @item
 Circa 2012 bleeding-edge GCC with @code{-Werror=old-style-declaration}
 requires @code{_Noreturn} or @code{noreturn} before the returned type