From: kazu Date: Mon, 19 Feb 2007 01:36:11 +0000 (+0000) Subject: * config/m68k/linux-unwind.h: Fix a comment typo. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=312b8e4ada381832988cf8db0fe6c657dd6b208b;p=thirdparty%2Fgcc.git * config/m68k/linux-unwind.h: Fix a comment typo. * target.h: Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122119 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a2493c79d5d0..5dcfd41ef16f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,6 +6,9 @@ * config/frv/frv.c, config/frv/frv.h, config/frv/frv.md, config/frv/predicates.md: Follow spelling conventions. + * config/m68k/linux-unwind.h: Fix a comment typo. + * target.h: Follow spelling conventions. + 2007-02-18 Roger Sayle PR rtl-optimization/28173 diff --git a/gcc/config/m68k/linux-unwind.h b/gcc/config/m68k/linux-unwind.h index bd24d80359c8..dffde3b2756c 100644 --- a/gcc/config/m68k/linux-unwind.h +++ b/gcc/config/m68k/linux-unwind.h @@ -34,7 +34,7 @@ Boston, MA 02110-1301, USA. */ #include -/* is unfortunaly broken right now */ +/* is unfortunately broken right now. */ struct uw_ucontext { unsigned long uc_flags; struct ucontext *uc_link; diff --git a/gcc/target.h b/gcc/target.h index e8694f2c56a9..80f5a5acef21 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -115,7 +115,7 @@ struct gcc_target /* Output code that will globalize a label. */ void (* globalize_label) (FILE *, const char *); - /* Output code that will globalise a declaration. */ + /* Output code that will globalize a declaration. */ void (* globalize_decl_name) (FILE *, tree); /* Output code that will emit a label for unwind info, if this