From ff7cc30768b33d4124a232f7f19cd1bc0fd62b51 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 28 Oct 2001 20:09:17 +0000 Subject: ChangeLog.0, [...]: Fix spelling errors. * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11, c-common.c, c-common.h, c-parse.in, c-typeck.c, cfg.c, config.gcc, configure, configure.in, except.c, except.h, flow.c, function.c, gcc.c, gcse.c, genrecog.c, libgcc2.c, loop.c, loop.h, params.def, predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c, sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c, unroll.c: Fix spelling errors. From-SVN: r46595 --- gcc/tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/tree.c') diff --git a/gcc/tree.c b/gcc/tree.c index 95d5cdc..bb78117 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -2765,8 +2765,8 @@ is_attribute_p (attr, ident) /* Given an attribute name and a list of attributes, return a pointer to the attribute's list element if the attribute is part of the list, or NULL_TREE if not found. If the attribute appears more than once, this only - returns the first occurance; the TREE_CHAIN of the return value should - be passed back in if further occurances are wanted. */ + returns the first occurrence; the TREE_CHAIN of the return value should + be passed back in if further occurrences are wanted. */ tree lookup_attribute (attr_name, list) -- cgit v1.1