aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1993-11-28 19:57:00 +0000
committerJeff Law <law@redhat.com>1993-11-28 19:57:00 +0000
commit48c3dee6f0a8242899f281e88fdefddda2b1c74a (patch)
tree315d659391ef3cf8b79621ae8426bb6b22ac9b8e /gas/read.c
parentd53253d854839d37ab18c02daea4b1c0c8811db0 (diff)
downloadgdb-48c3dee6f0a8242899f281e88fdefddda2b1c74a.zip
gdb-48c3dee6f0a8242899f281e88fdefddda2b1c74a.tar.gz
gdb-48c3dee6f0a8242899f281e88fdefddda2b1c74a.tar.bz2
Fix typo in last change.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/read.c b/gas/read.c
index 3d3397d..1eaab25 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -361,7 +361,7 @@ read_a_source_file (name)
if (input_line_pointer[-1] == '\n')
bump_line_counters ();
-#if defined (MRI) || defined (LABLES_WITHOUT_COLONS)
+#if defined (MRI) || defined (LABELS_WITHOUT_COLONS)
/* Text at the start of a line must be a label, we run down
and stick a colon in. */
if (is_name_beginner (*input_line_pointer))