diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-19 01:36:11 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-19 01:36:11 +0000 |
commit | 312b8e4ada381832988cf8db0fe6c657dd6b208b (patch) | |
tree | 12dc96f775bf24069ce78e25c1103a5e49609b2b /gcc/config/m68k/linux-unwind.h | |
parent | 5f858eacae386efb1420612bd4f679f69af8d94c (diff) | |
download | gcc-312b8e4ada381832988cf8db0fe6c657dd6b208b.tar.gz |
* 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
Diffstat (limited to 'gcc/config/m68k/linux-unwind.h')
-rw-r--r-- | gcc/config/m68k/linux-unwind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/linux-unwind.h b/gcc/config/m68k/linux-unwind.h index bd24d80359c..dffde3b2756 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; |