Browse Source

fixed another comment formatting problem.

binutils-2_11-branch
Nick Clifton 27 years ago
parent
commit
d67b5d6d0e
  1. 3
      gas/config/tc-sh.c

3
gas/config/tc-sh.c

@ -1232,6 +1232,7 @@ build_relax (opcode, op)
}
/* Insert ldrs & ldre with fancy relocations that relaxation can recognize. */
static char *
insert_loop_bounds (output, operand)
char *output;
@ -1280,7 +1281,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, let's build the bytes. */
static void
build_Mytes (opcode, operand)

Loading…
Cancel
Save