aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-04-11 16:44:19 +0000
committerIan Lance Taylor <ian@airs.com>1996-04-11 16:44:19 +0000
commit024e1779233ad7121b2bf40741cfe21b4047770e (patch)
tree83b551b4015f306cf433c3dd7ad009823e67c38f
parent65feb78d1303bcb5a613085f4ab42627629f3de0 (diff)
downloadgdb-024e1779233ad7121b2bf40741cfe21b4047770e.zip
gdb-024e1779233ad7121b2bf40741cfe21b4047770e.tar.gz
gdb-024e1779233ad7121b2bf40741cfe21b4047770e.tar.bz2
fix typo in comment
-rw-r--r--gas/config/tc-m68k.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/gas/config/tc-m68k.c b/gas/config/tc-m68k.c
index 1021395..947e0aa 100644
--- a/gas/config/tc-m68k.c
+++ b/gas/config/tc-m68k.c
@@ -4159,12 +4159,13 @@ md_estimate_size_before_relax (fragP, segment)
{
case TAB (BCC68000, BYTE):
case TAB (ABRANCH, BYTE):
- /* We can't do a short jump to the next instruction, so we force
- word mode. At this point S_GET_VALUE should return the
- offset of the symbol within its frag. If the symbol is at
- the start of a frag, and it is the next frag with any data in
- it (usually this just the next frag, but assembler listings
- may introduce empty frags), we must use word mode. */
+ /* We can't do a short jump to the next instruction, so in that
+ case we force word mode. At this point S_GET_VALUE should
+ return the offset of the symbol within its frag. If the
+ symbol is at the start of a frag, and it is the next frag
+ with any data in it (usually this is just the next frag, but
+ assembler listings may introduce empty frags), we must use
+ word mode. */
if (fragP->fr_symbol && S_GET_VALUE (fragP->fr_symbol) == 0)
{
fragS *l;