diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-10-11 12:20:25 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-10-11 12:20:25 +0000 |
commit | 3b37fd66739329ee8493b9c2abb494757802316e (patch) | |
tree | ebe9d02f85b2717f29d00a79ccb694c89ea00b79 /gas/itbl-ops.c | |
parent | 685bd8696659b13e21af82e8d720f650ca0db2b3 (diff) | |
download | gdb-3b37fd66739329ee8493b9c2abb494757802316e.zip gdb-3b37fd66739329ee8493b9c2abb494757802316e.tar.gz gdb-3b37fd66739329ee8493b9c2abb494757802316e.tar.bz2 |
* app.c: Fix comment typos.
* bit_fix.h: Likewise.
* expr.c: Likewise.
* itbl-ops.c: Likewise.
Diffstat (limited to 'gas/itbl-ops.c')
-rw-r--r-- | gas/itbl-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c index 729ee98..d67a986 100644 --- a/gas/itbl-ops.c +++ b/gas/itbl-ops.c @@ -507,7 +507,7 @@ itbl_assemble (char *name, char *s) int processor; if (!name || !*name) - return 0; /* error! must have a opcode name/expr */ + return 0; /* error! must have an opcode name/expr */ /* find entry in list of instructions for all processors */ for (processor = 0; processor < e_nprocs; processor++) |