diff options
Diffstat (limited to 'gcc/c-family/c-common.c')
-rw-r--r-- | gcc/c-family/c-common.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index 64c44550ef2..84e7242ec0a 100644 --- a/gcc/c-family/c-common.c +++ b/gcc/c-family/c-common.c @@ -6690,7 +6690,7 @@ c_do_switch_warnings (splay_tree cases, location_t switch_location, "switch condition has boolean value"); } - /* From here on, we only care about about enumerated types. */ + /* From here on, we only care about enumerated types. */ if (!type || TREE_CODE (type) != ENUMERAL_TYPE) return; @@ -11219,7 +11219,7 @@ atomic_size_supported_p (int n) TRUE is returned if it is translated into the proper format for a call to the external library, and NEW_RETURN is set the tree for that function. FALSE is returned if processing for the _N variation is required, and - NEW_RETURN is set to the the return value the result is copied into. */ + NEW_RETURN is set to the return value the result is copied into. */ static bool resolve_overloaded_atomic_exchange (location_t loc, tree function, vec<tree, va_gc> *params, tree *new_return) @@ -11359,7 +11359,7 @@ resolve_overloaded_atomic_compare_exchange (location_t loc, tree function, TRUE is returned if it is translated into the proper format for a call to the external library, and NEW_RETURN is set the tree for that function. FALSE is returned if processing for the _N variation is required, and - NEW_RETURN is set to the the return value the result is copied into. */ + NEW_RETURN is set to the return value the result is copied into. */ static bool resolve_overloaded_atomic_load (location_t loc, tree function, @@ -11419,7 +11419,7 @@ resolve_overloaded_atomic_load (location_t loc, tree function, TRUE is returned if it is translated into the proper format for a call to the external library, and NEW_RETURN is set the tree for that function. FALSE is returned if processing for the _N variation is required, and - NEW_RETURN is set to the the return value the result is copied into. */ + NEW_RETURN is set to the return value the result is copied into. */ static bool resolve_overloaded_atomic_store (location_t loc, tree function, |