summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2012-03-15 11:19:12 +0000
committerThomas Schwinge <tschwinge@gnu.org>2012-03-15 11:19:12 +0000
commit2b646300521883b7477174928e761b4d58dbf508 (patch)
treefdfa326719d50315fcfca78d8e7889228dcdd5b6
parentd4da2dd00d7f845efd88e798f886a08a91dad1f1 (diff)
downloadbinutils-redhat-2b646300521883b7477174928e761b4d58dbf508.tar.gz
gas/
* doc/as.texinfo (Bundle directives): Fix typo.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/doc/as.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 832513a842..cbd6237281 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index 031b239c2a..a648f094a2 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}).