]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas/
authorCarlos O'Donell <carlos@codesourcery.com>
Thu, 18 Oct 2007 13:33:57 +0000 (13:33 +0000)
committerCarlos O'Donell <carlos@codesourcery.com>
Thu, 18 Oct 2007 13:33:57 +0000 (13:33 +0000)
2007-10-18  Carlos O'Donell  <carlos@systemhalted.org>

* config/tc-hppa.c (pa_ip): Fix comment typo.
(pa_comm): Likewise.

gas/ChangeLog
gas/config/tc-hppa.c

index c24538be46e179d8ed51c0dfa84a1e476bfac2eb..25e70dbf2adde6e6acd5a957851da135bba06235 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-18  Carlos O'Donell  <carlos@systemhalted.org>
+
+       * config/tc-hppa.c (pa_ip): Fix comment typo.
+       (pa_comm): Likewise.
+
 2007-10-18  Nick Clifton  <nickc@redhat.com>
 
        PR gas/5172
index 09581ac16d293783a1d28d01be20ede5cca0d5fa..9e9a669d57c971ea2a5190ff2b2246a707fa685a 100644 (file)
@@ -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>