From 026c3cfd5e92e7f358290921984b57e1b433e658 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Mon, 13 Jul 2015 04:46:34 +0000 Subject: Fix double word typos. From-SVN: r225726 --- gcc/c-family/ChangeLog | 6 +++++- gcc/c-family/c-common.c | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'gcc/c-family') diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index b718561..9f06dcd 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,7 @@ +2015-07-12 Aldy Hernandez + + * c-common.c: Fix double word typos. + 2015-07-10 Eric Botcazou * c-ada-spec.h (cpp_operation): Revert latest change. @@ -8,7 +12,7 @@ * c-common.h: Adjust includes for flags.h changes. * stub-objc.c: Likewise. - + 2015-07-08 Eric Botcazou * c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR. diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index 64c4455..84e7242 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 *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, -- cgit v1.1