Fix "fall through" comments
[deliverable/binutils-gdb.git] / gdb / p-exp.y
index 6b857e1a02338fe258b78f92f495f08e5d0b4d2c..d527b776d9f14ccfd943adc881f88b2eae29d333 100644 (file)
@@ -1224,7 +1224,7 @@ yylex (void)
          goto symbol;          /* Nope, must be a symbol.  */
        }
 
-      /* FALL THRU into number case.  */
+      /* FALL THRU.  */
 
     case '0':
     case '1':
This page took 0.025566 seconds and 4 git commands to generate.