diff options
Diffstat (limited to 'gcc/c-family/c-common.c')
-rw-r--r-- | gcc/c-family/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index 7e2dfb3ebe1..25020bf1415 100644 --- a/gcc/c-family/c-common.c +++ b/gcc/c-family/c-common.c @@ -7427,7 +7427,7 @@ resolve_overloaded_builtin (location_t loc, tree function, warning_at (input_location, 0, "this target does not define a speculation barrier; " "your program will still execute correctly, " - "but incorrect speculation may not be be " + "but incorrect speculation may not be " "restricted"); /* If the optional second argument is present, handle any side |