From: Carlos O'Donell Date: Thu, 18 Oct 2007 13:33:57 +0000 (+0000) Subject: gas/ X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c47979e1d25eb30f1245689a67841f4ff7a1bbb5;p=pf3gnuchains%2Fpf3gnuchains3x.git gas/ 2007-10-18 Carlos O'Donell * config/tc-hppa.c (pa_ip): Fix comment typo. (pa_comm): Likewise. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index c24538be46..25e70dbf2a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2007-10-18 Carlos O'Donell + + * config/tc-hppa.c (pa_ip): Fix comment typo. + (pa_comm): Likewise. + 2007-10-18 Nick Clifton PR gas/5172 diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 09581ac16d..9e9a669d57 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: