diff options
author | Felix Lee <flee@cygnus> | 1997-09-18 06:03:52 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-09-18 06:03:52 +0000 |
commit | 3e906c081acc98069ea4b47a7b43face23b158dd (patch) | |
tree | bd4538a540541a97e93c21b9aa8d2686a3ca2c29 /include/opcode/v850.h | |
parent | 88770c1c90ea03dc207040da395623121a16fa14 (diff) | |
download | gdb-3e906c081acc98069ea4b47a7b43face23b158dd.zip gdb-3e906c081acc98069ea4b47a7b43face23b158dd.tar.gz gdb-3e906c081acc98069ea4b47a7b43face23b158dd.tar.bz2 |
sanitization fixes. typoes, missing fences, "start" instead of "end", etc.
Diffstat (limited to 'include/opcode/v850.h')
-rw-r--r-- | include/opcode/v850.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/v850.h b/include/opcode/v850.h index c2205e0..02dd17a 100644 --- a/include/opcode/v850.h +++ b/include/opcode/v850.h @@ -62,7 +62,7 @@ struct v850_opcode /* end-sanitize-v850e */ /* start-sanitize-v850eq */ #define PROCESSOR_V850EQ (1 << 2) /* Just the V850EQ. */ -/* start-sanitize-v850eq */ +/* end-sanitize-v850eq */ /* The table itself is sorted by major opcode number, and is otherwise in the order in which the disassembler should consider |