aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-01-18 02:26:43 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-01-18 02:26:43 +0000
commit95bd1dd72f8e33c77da74e7e6707f206784f6b15 (patch)
tree6a219732ec330734a0ab46ead554f3e3bd32ba25 /gcc/c-common.c
parentd5840e09def0a9a4efbcc31ae5bf30b9761335bd (diff)
downloadgcc-95bd1dd72f8e33c77da74e7e6707f206784f6b15.zip
gcc-95bd1dd72f8e33c77da74e7e6707f206784f6b15.tar.gz
gcc-95bd1dd72f8e33c77da74e7e6707f206784f6b15.tar.bz2
alias.c: Fix comment typos.
* alias.c: Fix comment typos. * basic-block.h: Likewise. * c-common.c: Likewise. * c-common.h: Likewise. * c-decl.c: Likewise. * c-opts.c: Likewise. * c-pragma.c: Likewise. * c-pretty-print.h: Likewise. * cfg.c: Likewise. * cfganal.c: Likewise. * cfgbuild.c: Likewise. * cfgcleanup.c: Likewise. * cfglayout.c: Likewise. * cfgrtl.c: Likewise. * convert.c: Likewise. * cpphash.h: Likewise. * cpplex.c: Likewise. * cpplib.h: Likewise. * df.h: Likewise. * diagnostic.c: Likewise. * diagnostic.h: Likewise. * dwarf2.h: Likewise. From-SVN: r61462
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r--gcc/c-common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c
index 84166c9..2eb2eb7 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)
{