Fix "fall through" comments
[deliverable/binutils-gdb.git] / gdb / d-exp.y
index 03be93fbbc7b3b4320e7eca0549db2ece2a1926b..508927bb00f0858484e274178769fc2bbcd9a398 100644 (file)
@@ -1109,7 +1109,7 @@ lex_one_token (struct parser_state *par_state)
            last_was_structop = 1;
          goto symbol;          /* Nope, must be a symbol.  */
        }
-      /* FALL THRU into number case.  */
+      /* FALL THRU.  */
 
     case '0':
     case '1':
This page took 0.024091 seconds and 4 git commands to generate.