From 48c3dee6f0a8242899f281e88fdefddda2b1c74a Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 28 Nov 1993 19:57:00 +0000 Subject: [PATCH] Fix typo in last change. --- gas/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/read.c b/gas/read.c index 3d3397df81..1eaab259b9 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)) -- 2.34.1