changeset 16389:a9eaa22dc3f6

stdalign: @samp -> @code in doc for consistency
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 24 Feb 2012 14:26:59 -0800
parents d0e332889b10
children 60e9584368df
files doc/posix-headers/stdalign.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/posix-headers/stdalign.texi
+++ b/doc/posix-headers/stdalign.texi
@@ -50,8 +50,8 @@
 Report Review Team assigned the internal review ID 2125432 (dated
 2011-11-01) to this issue.
 @item
-@code{<stdalign.h>} must be #included before @samp{_Alignas} and
-@samp{_Alignof} can be used.
+@code{<stdalign.h>} must be #included before @code{_Alignas} and
+@code{_Alignof} can be used.
 @item
 You cannot assume that @code{_Alignas} and @code{_Alignof} are reserved words;
 they might be macros.