aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@gcc.gnu.org>2001-10-29 23:01:45 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-10-29 23:01:45 +0000
commit684d9f3beb4507eb033348dd207c3955626a0bbe (patch)
treea0825327a8a0624c678d9454f1795c441d7adff8 /gcc/c-decl.c
parentaffd4f3309d3ae078f95268e18b44293e096c9b9 (diff)
downloadgcc-684d9f3beb4507eb033348dd207c3955626a0bbe.zip
gcc-684d9f3beb4507eb033348dd207c3955626a0bbe.tar.gz
gcc-684d9f3beb4507eb033348dd207c3955626a0bbe.tar.bz2
ChangeLog.2, [...]: Fix spelling errors and typos.
* ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10, FSFChangeLog.11, c-common.c, c-common.def, c-common.h, c-decl.c, c-dump.c, c-typeck.c, except.c, sdbout.c, simplify-rtx.c, timevar.h, tree.h, varasm.c: Fix spelling errors and typos. From-SVN: r46621
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index a5dbd92..58bac42 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -4748,7 +4748,7 @@ grokdeclarator (declarator, declspecs, decl_context, initialized)
&& TREE_OVERFLOW (TYPE_SIZE (type)))
{
error ("size of array `%s' is too large", name);
- /* If we proceed with the array type as it is, we'll eventully
+ /* If we proceed with the array type as it is, we'll eventually
crash in tree_low_cst(). */
type = error_mark_node;
}
@@ -7109,7 +7109,7 @@ mark_c_function_context (f)
mark_binding_level (&p->binding_level);
}
-/* Copy the DECL_LANG_SEPECIFIC data associated with NODE. */
+/* Copy the DECL_LANG_SPECIFIC data associated with NODE. */
void
copy_lang_decl (decl)