diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2007-10-18 13:33:57 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@codesourcery.com> | 2007-10-18 13:33:57 +0000 |
commit | 717c53eab04cf56e884231588d2248d86987f65a (patch) | |
tree | e91578b352b3025add3b896fcb500d07ab89d4c9 /gas/config/tc-hppa.c | |
parent | b2f58c0c095f7f8f1d8c2d2368d58bf2815a1084 (diff) | |
download | gdb-717c53eab04cf56e884231588d2248d86987f65a.zip gdb-717c53eab04cf56e884231588d2248d86987f65a.tar.gz gdb-717c53eab04cf56e884231588d2248d86987f65a.tar.bz2 |
gas/
2007-10-18 Carlos O'Donell <carlos@systemhalted.org>
* config/tc-hppa.c (pa_ip): Fix comment typo.
(pa_comm): Likewise.
Diffstat (limited to 'gas/config/tc-hppa.c')
-rw-r--r-- | gas/config/tc-hppa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 09581ac..9e9a669 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -3211,7 +3211,7 @@ pa_ip (char *str) return; } - /* Look up the opcode in the has table. */ + /* Look up the opcode in the hash table. */ if ((insn = (struct pa_opcode *) hash_find (op_hash, str)) == NULL) { as_bad ("Unknown opcode: `%s'", str); @@ -6166,7 +6166,7 @@ pa_data (int unused ATTRIBUTE_UNUSED) } /* This is different than the standard GAS s_comm(). On HP9000/800 machines, - the .comm pseudo-op has the following symtax: + the .comm pseudo-op has the following syntax: <label> .comm <length> |