Fix typo in last change.
authorJeff Law <law@redhat.com>
Sun, 28 Nov 1993 19:57:00 +0000 (19:57 +0000)
committerJeff Law <law@redhat.com>
Sun, 28 Nov 1993 19:57:00 +0000 (19:57 +0000)
gas/read.c

index 3d3397df811ec7bc591aae857266e23765577030..1eaab259b9f9c149ba9a53b25e89e6104cfa50c4 100644 (file)
@@ -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))
This page took 0.025911 seconds and 4 git commands to generate.