# HG changeset patch # User Paul Eggert # Date 1330122419 28800 # Node ID a9eaa22dc3f61059ab6a7ebe57da73888a3a0b3f # Parent d0e332889b10982d29a2dea6f13b2138e530fa11 stdalign: @samp -> @code in doc for consistency diff --git a/doc/posix-headers/stdalign.texi b/doc/posix-headers/stdalign.texi --- 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{} must be #included before @samp{_Alignas} and -@samp{_Alignof} can be used. +@code{} 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.