diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-08-07 21:36:43 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-08-07 21:36:43 +0000 |
commit | 240f98d34241670bb28243b365414be3d299dbd7 (patch) | |
tree | 3fe32f02828b943045232555b43848ddaa8595c8 /sim/sh/gencode.c | |
parent | 14d3f36402b9a80ef66aa9a66b722f40617cde9f (diff) | |
download | gdb-240f98d34241670bb28243b365414be3d299dbd7.zip gdb-240f98d34241670bb28243b365414be3d299dbd7.tar.gz gdb-240f98d34241670bb28243b365414be3d299dbd7.tar.bz2 |
2003-08-07 Michael Snyder <msnyder@redhat.com>
* gencode.c (expand_ppi_code): Comment spelling fix.
Diffstat (limited to 'sim/sh/gencode.c')
-rw-r--r-- | sim/sh/gencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/sh/gencode.c b/sim/sh/gencode.c index d078fc6..fb6f5b2 100644 --- a/sim/sh/gencode.c +++ b/sim/sh/gencode.c @@ -2324,7 +2324,7 @@ gendefines () static int ppi_index; -/* Take an ppi code, expand all varying fields in it and fill all the +/* Take a ppi code, expand all varying fields in it and fill all the right entries in 'table' with the opcode index. */ static void |