diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2012-03-15 11:19:13 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2012-03-15 11:19:13 +0000 |
commit | 27dcf5c00e23e1a3caa73e41a21127581ea3d93b (patch) | |
tree | 829bc67297cd2f1d14f3ed43247f3fb77f57d32e /gas/doc | |
parent | 8d0d92cd227bd4f3a3fa9a6ec688002c7526f7fe (diff) | |
download | gdb-27dcf5c00e23e1a3caa73e41a21127581ea3d93b.zip gdb-27dcf5c00e23e1a3caa73e41a21127581ea3d93b.tar.gz gdb-27dcf5c00e23e1a3caa73e41a21127581ea3d93b.tar.bz2 |
gas/
* doc/as.texinfo (Bundle directives): Fix typo.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
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}). |