diff options
author | Ben Elliston <bje@au.ibm.com> | 2001-07-05 00:36:50 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2001-07-05 00:36:50 +0000 |
commit | 2a1e2a6d6e3101f7b7bc031be2b95df14a693f31 (patch) | |
tree | 8c9c57fe6b0fe589130026d7f11a83639e37e5ec /gas/read.c | |
parent | 81b0b3f17525b0c47fa4f732e173a213a3a8a80f (diff) | |
download | gdb-2a1e2a6d6e3101f7b7bc031be2b95df14a693f31.zip gdb-2a1e2a6d6e3101f7b7bc031be2b95df14a693f31.tar.gz gdb-2a1e2a6d6e3101f7b7bc031be2b95df14a693f31.tar.bz2 |
2001-07-05 Ben Elliston <bje@redhat.com>
* read.c (s_fill): Correct spelling error in comments.
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |