diff options
author | Earnie Boyd <earnie@users.sf.net> | 2001-12-05 15:01:06 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2001-12-05 15:01:06 +0000 |
commit | 98a05abd051b2ad32ba227e7b2fa4dfbc733b728 (patch) | |
tree | 6916a53c587cf1a579803782ce6ef18eef789a0b /winsup/mingw/include/excpt.h | |
parent | ff1924262ad41c8e69916eebd19c1969c7b23fdb (diff) | |
download | cygnal-98a05abd051b2ad32ba227e7b2fa4dfbc733b728.tar.gz cygnal-98a05abd051b2ad32ba227e7b2fa4dfbc733b728.tar.bz2 cygnal-98a05abd051b2ad32ba227e7b2fa4dfbc733b728.zip |
Merge MinGW CVS differences
Diffstat (limited to 'winsup/mingw/include/excpt.h')
-rw-r--r-- | winsup/mingw/include/excpt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/mingw/include/excpt.h b/winsup/mingw/include/excpt.h index 7bc032938..0947b2291 100644 --- a/winsup/mingw/include/excpt.h +++ b/winsup/mingw/include/excpt.h @@ -19,7 +19,7 @@ * * This code is distributed in the hope that it will be useful but * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY - * DISCLAMED. This includes but is not limited to warranties of + * DISCLAIMED. This includes but is not limited to warranties of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * $Revision$ @@ -98,7 +98,7 @@ typedef PEXCEPTION_REGISTRATION PEXCEPTION_REGISTRATION_RECORD; __asm__ ("pushl %0;pushl %%fs:0;movl %%esp,%%fs:0;" : : "g" (pHandler)); /* - * A macro which (dispite its name) *removes* an installed + * A macro which (despite its name) *removes* an installed * exception handler. Should be used only in conjunction with the above * install routine __try1. * Move the pointer to the old reg. struct (at the current stack |