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]

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 *);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]