aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-07-10 10:11:35 +0000
committerNick Clifton <nickc@redhat.com>2001-07-10 10:11:35 +0000
commit15dcfbc30f219563b3e24c443ee6a8332ea40b0d (patch)
treedfb1ab667c2ef064724e58d0edb7fc8acd10cee4 /gas
parentf740e790c79faaedbed56f98844762432cc2d55b (diff)
downloadfsf-binutils-gdb-15dcfbc30f219563b3e24c443ee6a8332ea40b0d.zip
fsf-binutils-gdb-15dcfbc30f219563b3e24c443ee6a8332ea40b0d.tar.gz
fsf-binutils-gdb-15dcfbc30f219563b3e24c443ee6a8332ea40b0d.tar.bz2
Fix grammatical errors
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/doc/as.texinfo5
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 95e9410..67ee1c1 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-10 Anders Norlander <anorland@synergenix.se>
+
+ * doc/as.texinfo (Incbin): Fix grammatical errors.
+
2001-07-10 Nick Clifton <nickc@cambridge.redhat.com>
* depend.c: Use FOPEN_.. macros in calls to fopen().
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index cef74c7..9f1a735 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -4137,8 +4137,9 @@ around @var{file}.
The @var{skip} argument skips a number of bytes from the start of the
@var{file}. The @var{count} argument indicates the maximum number of bytes to
-read. Note that the data from is not aligned in any way, make sure to proper
-alignment is provided before and after the @code{incbin} directive.
+read. Note that the data is not aligned in any way, so it is the user's
+responsibility to make sure that proper alignment is provided both before and
+after the @code{incbin} directive.
@node Include
@section @code{.include "@var{file}"}