diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-02-19 01:36:11 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-02-19 01:36:11 +0000 |
commit | da08281c06d60796e3ff5962eb4e655be1cc00ed (patch) | |
tree | 12dc96f775bf24069ce78e25c1103a5e49609b2b | |
parent | 2300b9ddbb131f85b67d78a46e3cc8364dc2e338 (diff) | |
download | gcc-da08281c06d60796e3ff5962eb4e655be1cc00ed.zip gcc-da08281c06d60796e3ff5962eb4e655be1cc00ed.tar.gz gcc-da08281c06d60796e3ff5962eb4e655be1cc00ed.tar.bz2 |
linux-unwind.h: Fix a comment typo.
* config/m68k/linux-unwind.h: Fix a comment typo.
* target.h: Follow spelling conventions.
From-SVN: r122119
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/config/m68k/linux-unwind.h | 2 | ||||
-rw-r--r-- | gcc/target.h | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a2493c7..5dcfd41 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 <roger@eyesopen.com> PR rtl-optimization/28173 diff --git a/gcc/config/m68k/linux-unwind.h b/gcc/config/m68k/linux-unwind.h index bd24d80..dffde3b 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 <signal.h> -/* <sys/ucontext.h> is unfortunaly broken right now */ +/* <sys/ucontext.h> 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 e8694f2..80f5a5a 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 |