Kazu Hirata - [patch] gcc/*: Fix comment typos. (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
- From: Kazu Hirata
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 18 Feb 2007 17:36:23 -0800
- Subject: [patch] gcc/*: Fix comment typos.
Hi,
Committed as obvious.
Kazu Hirata
2007-02-19 Kazu Hirata kazu@codesourcery.com
* config/m68k/linux-unwind.h: Fix a comment typo.
* target.h: Follow spelling conventions.
Index: config/m68k/linux-unwind.h
--- config/m68k/linux-unwind.h (revision 122117) +++ config/m68k/linux-unwind.h (working copy) @@ -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; Index: target.h
--- target.h (revision 122117) +++ target.h (working copy) @@ -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
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |