X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgnu-nat.c;h=93a50becceb66d33cd52fcde4690e94367f8fbd6;hb=4bdb25fe6902963ca9cf91d6b2688cf888527bf8;hp=b55c75b097607458f722aa8291e774e0a489697f;hpb=491144b5e21bbfd41969c175aebb663976f59058;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index b55c75b097..93a50becce 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -1731,7 +1731,7 @@ S_exception_raise_request (mach_port_t port, mach_port_t reply_port, } } else - /* A supppressed exception, which ignore. */ + /* A suppressed exception, which ignore. */ { inf->wait.suppress = 1; mach_port_deallocate (mach_task_self (), reply_port);