diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-25 17:59:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-25 17:59:22 +0000 |
commit | 1994a7c76c7cb0c013596cc97202aa6aa7dacbb2 (patch) | |
tree | c2ad37dbf3d2894daf7d7f9a896cea38f04d1bec /gas/config/tc-w65.c | |
parent | 590a2450f15d88ee8491c0819ae21f3d7627d9c8 (diff) | |
download | gdb-1994a7c76c7cb0c013596cc97202aa6aa7dacbb2.zip gdb-1994a7c76c7cb0c013596cc97202aa6aa7dacbb2.tar.gz gdb-1994a7c76c7cb0c013596cc97202aa6aa7dacbb2.tar.bz2 |
Fix spelling typos.
Remove use of DEFUN().
Diffstat (limited to 'gas/config/tc-w65.c')
-rw-r--r-- | gas/config/tc-w65.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-w65.c b/gas/config/tc-w65.c index 2c6d85a..7223fa0 100644 --- a/gas/config/tc-w65.c +++ b/gas/config/tc-w65.c @@ -644,8 +644,7 @@ check (operand, low, high) static int log2[] = {0, 0, 1, 0, 2}; -/* Now we know what sort of opcodes it is, lets build the bytes - - */ +/* Now we know what sort of opcodes it is, let's build the bytes. */ static void build_Mytes (opcode) struct opinfo *opcode; |