Fix grammatical errors
authorNick Clifton <nickc@redhat.com>
Tue, 10 Jul 2001 10:11:35 +0000 (10:11 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 10 Jul 2001 10:11:35 +0000 (10:11 +0000)
gas/ChangeLog
gas/doc/as.texinfo

index 95e941038ca7c62d62b5ddf4d85cae0b8820c149..67ee1c1c57bd141b8524f8a621c90fa3636f8b7f 100644 (file)
@@ -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().
index cef74c732e289e9f1c8a5e6a0794aaa15e8d0451..9f1a7353bfb3ce26771791ac4886640b763b8146 100644 (file)
@@ -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}"}
This page took 0.057592 seconds and 4 git commands to generate.