Fix "fall through" comments
[deliverable/binutils-gdb.git] / gdb / f-exp.y
index ffd52cf3b1da2866904c2d527e5b85eb9c809f55..e39f68417c2d7e40bb309098ba95f32fc0a6fa60 100644 (file)
@@ -1008,7 +1008,7 @@ yylex (void)
       /* Might be a floating point number.  */
       if (lexptr[1] < '0' || lexptr[1] > '9')
        goto symbol;            /* Nope, must be a symbol.  */
-      /* FALL THRU into number case.  */
+      /* FALL THRU.  */
       
     case '0':
     case '1':
This page took 0.024065 seconds and 4 git commands to generate.