Fix "fall through" comments
[deliverable/binutils-gdb.git] / gdb / c-exp.y
index 3cee544106f6003037e8e3cd40ce13fa81280992..5e10d2a3b4370bf18aa0d46d924795130b602487 100644 (file)
@@ -2592,7 +2592,7 @@ lex_one_token (struct parser_state *par_state, bool *is_quoted_name)
          last_was_structop = true;
          goto symbol;          /* Nope, must be a symbol. */
        }
-      /* FALL THRU into number case.  */
+      /* FALL THRU.  */
 
     case '0':
     case '1':
This page took 0.025855 seconds and 4 git commands to generate.