diff options
Diffstat (limited to 'gcc/config/i386/i386.h')
-rw-r--r-- | gcc/config/i386/i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index ddfbcebce2d..80d4f116fb7 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -580,7 +580,7 @@ extern int x86_prefetch_sse; { \ case '3': \ builtin_define ("__tune_pentium3__"); \ - /* FALLTHRU */ \ + /* Fall through. */ \ case '2': \ builtin_define ("__tune_pentium2__"); \ break; \ |