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-sh.c | |
parent | 590a2450f15d88ee8491c0819ae21f3d7627d9c8 (diff) | |
download | ppe42-binutils-1994a7c76c7cb0c013596cc97202aa6aa7dacbb2.tar.gz ppe42-binutils-1994a7c76c7cb0c013596cc97202aa6aa7dacbb2.zip |
Fix spelling typos.
Remove use of DEFUN().
Diffstat (limited to 'gas/config/tc-sh.c')
-rw-r--r-- | gas/config/tc-sh.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c index 6dcf5154d8..d08b1a42a6 100644 --- a/gas/config/tc-sh.c +++ b/gas/config/tc-sh.c @@ -1285,8 +1285,7 @@ insert_loop_bounds (output, operand) return frag_more (2); } -/* Now we know what sort of opcodes it is, lets build the bytes - - */ +/* Now we know what sort of opcodes it is, lets build the bytes. */ static void build_Mytes (opcode, operand) sh_opcode_info *opcode; |