diff options
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; |