2001-07-05 Ben Elliston <bje@redhat.com>
authorBen Elliston <bje@au.ibm.com>
Thu, 5 Jul 2001 00:36:50 +0000 (00:36 +0000)
committerBen Elliston <bje@au.ibm.com>
Thu, 5 Jul 2001 00:36:50 +0000 (00:36 +0000)
* read.c (s_fill): Correct spelling error in comments.

gas/ChangeLog
gas/read.c

index bb4262d96e96ad0fa8f4fea6ca955ad86e0fb2a8..5f2137fe94813d1f55859c097e36fcf84ee9e95d 100644 (file)
@@ -1,5 +1,7 @@
 2001-07-05  Ben Elliston  <bje@redhat.com>
 
+       * read.c (s_fill): Correct spelling error in comments.
+
        * doc/c-m88k.texi: New file.
        * doc/Makefile.am (CPU_DOCS): Add c-m88k.texi.
        * doc/Makefile.in: Regenerate.
index 32050c4f20884cb4415473dc4ce3f0e27b1ab074..ca88dde9fe65b05b43134f87528073e4e912add0 100644 (file)
@@ -1753,10 +1753,10 @@ s_fill (ignore)
       memset (p, 0, (unsigned int) size);
 
       /* The magic number BSD_FILL_SIZE_CROCK_4 is from BSD 4.2 VAX
-         flavoured AS.  The following bizzare behaviour is to be
+         flavoured AS.  The following bizarre behaviour is to be
          compatible with above.  I guess they tried to take up to 8
          bytes from a 4-byte expression and they forgot to sign
-         extend. Un*x Sux.  */
+         extend.  */
 #define BSD_FILL_SIZE_CROCK_4 (4)
       md_number_to_chars (p, (valueT) fill,
                          (size > BSD_FILL_SIZE_CROCK_4
This page took 0.034274 seconds and 4 git commands to generate.