From fe6a4046567019b11629cbff5e653ac0e88081fd Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 4 Nov 2001 02:51:28 +0000 Subject: * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11, alias.c, attribs.c, caller-save.c, calls.c, cfg.c, cfganal.c, cfgcleanup.c, cfgrtl.c, cppmacro.c, fold-const.c, ifcvt.c, local-alloc.c, profile.c, sched-int.h, toplev.c, config/alpha/alpha.c, config/alpha/alpha.md, config/c4x/c4x.h, config/cris/cris.h, config/cris/cris.md, config/i370/i370.md, config/i386/i386.c, config/i386/i386.h, config/i386/i386.md, config/i386/xm-djgpp.h, config/ia64/ia64.c, config/m68hc11/m68hc11.c, config/m68k/m68k.md, config/mcore/mcore.h, config/mmix/mmix.c, config/ns32k/ns32k.h, config/ns32k/ns32k.md, config/rs6000/rs6000.c, config/rs6000/sysv4.h, config/sh/sh.md: Fix spelling errors. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@46760 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/attribs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/attribs.c') diff --git a/gcc/attribs.c b/gcc/attribs.c index 3f8edcebd51..a20ff35b36c 100644 --- a/gcc/attribs.c +++ b/gcc/attribs.c @@ -252,7 +252,7 @@ init_attributes () a decl attribute to the declaration rather than to its type). If ATTR_FLAG_BUILT_IN is not set and *NODE is a DECL, then also consider whether there might be some default attributes to apply to this DECL; - if so, decl_attributes will be called recusrively with those attributes + if so, decl_attributes will be called recursively with those attributes and ATTR_FLAG_BUILT_IN set. */ tree -- cgit v1.2.3