diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 84166c98da3..2eb2eb7e8c8 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -872,7 +872,7 @@ const struct attribute_spec c_common_attribute_table[] = }; /* Give the specifications for the format attributes, used by C and all - descendents. */ + descendants. */ const struct attribute_spec c_common_format_attribute_table[] = { @@ -2994,7 +2994,7 @@ c_common_get_alias_set (t) if (! TYPE_P (t)) return -1; - /* The C standard guarantess that any object may be accessed via an + /* The C standard guarantees that any object may be accessed via an lvalue that has character type. */ if (t == char_type_node || t == signed_char_type_node @@ -6355,7 +6355,7 @@ handle_nonnull_attribute (node, name, args, flags, no_add_attrs) unsigned HOST_WIDE_INT attr_arg_num; /* If no arguments are specified, all pointer arguments should be - non-null. Veryify a full prototype is given so that the arguments + non-null. Verify a full prototype is given so that the arguments will have the correct types when we actually check them later. */ if (! args) { |