]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-07-24 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 25 Jul 2003 00:59:36 +0000 (00:59 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 25 Jul 2003 00:59:36 +0000 (00:59 +0000)
        * gencode.c: Fix typo in comment.

sim/sh/ChangeLog
sim/sh/gencode.c

index df4d6bc407187776f274d3f724efcf7de8bf5731..4e75706203bc1feb2f19022570c37577d8da3847 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-24  Michael Snyder  <msnyder@redhat.com>
+
+       * gencode.c: Fix typo in comment.
+
 2003-07-23  Michael Snyder  <msnyder@redhat.com>
 
        * gencode.c: A few more fix-ups of refs and defs.
index 347729e678cd506500badd09ad7c72d73a86bdd7..495cb66fddcd652499b07d06beec437e6ec3ed25 100644 (file)
@@ -2106,7 +2106,7 @@ filltable (p)
     }
 }
 
-/* Table already contais all the switch case tags for 16-bit opcode double
+/* Table already contains all the switch case tags for 16-bit opcode double
    data transfer (ddt) insns, and the switch case tag for processing parallel
    processing insns (ppi) for code 0xf800 (ppi nopx nopy).  Copy the
    latter tag to represent all combinations of ppi with ddt.  */