gas/
authorThomas Schwinge <tschwinge@gnu.org>
Thu, 15 Mar 2012 11:19:13 +0000 (11:19 +0000)
committerThomas Schwinge <tschwinge@gnu.org>
Thu, 15 Mar 2012 11:19:13 +0000 (11:19 +0000)
* doc/as.texinfo (Bundle directives): Fix typo.

gas/ChangeLog
gas/doc/as.texinfo

index 832513a8424e3614cbd20d126e8808bc986b7cd3..cbd6237281fd9f4eeb7503639b45484738d433d0 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-15  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * doc/as.texinfo (Bundle directives): Fix typo.
+
 2012-03-14  Ryan Mansfield  <rmansfield@qnx.com>
 
        * doc/as.texinfo (Bundle directives): Replace @defn with @dfn.
index 031b239c2a8ba7917bf4c525d187c325910ea8dc..a648f094a267e2e80e7e921a47a841e7f07f95d6 100644 (file)
@@ -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}).