From: Thomas Schwinge Date: Thu, 15 Mar 2012 11:19:13 +0000 (+0000) Subject: gas/ X-Git-Tag: cygwin-1_7_12-release~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27dcf5c00e23e1a3caa73e41a21127581ea3d93b;p=platform%2Fupstream%2Fbinutils.git gas/ * doc/as.texinfo (Bundle directives): Fix typo. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 832513a..cbd6237 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2012-03-15 Thomas Schwinge + + * doc/as.texinfo (Bundle directives): Fix typo. + 2012-03-14 Ryan Mansfield * doc/as.texinfo (Bundle directives): Replace @defn with @dfn. diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 031b239..a648f09 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -4302,7 +4302,7 @@ undefined. @code{.bundle_align_mode} enables or disables @dfn{aligned instruction bundle} mode. In this mode, sequences of adjacent instructions are grouped into fixed-sized @dfn{bundles}. If the argument is zero, this mode is -disabled (which is the dfault state). If the argument it not zero, it +disabled (which is the default state). If the argument it not zero, it gives the size of an instruction bundle as a power of two (as for the @code{.p2align} directive, @pxref{P2align}).