Fix 3 misspellings. No code changes.

svn path=/trunk/; revision=66896
This commit is contained in:
Hermès Bélusca-Maïto 2015-03-26 01:43:47 +00:00
parent 56063f930f
commit 8c77dacbfe
3 changed files with 3 additions and 3 deletions

View file

@ -439,7 +439,7 @@ SmpUnhandledExceptionFilter(IN PEXCEPTION_POINTERS ExceptionInfo)
Parameters[3] = (ULONG_PTR)ExceptionInfo->ContextRecord;
SmpTerminate(Parameters, 1, RTL_NUMBER_OF(Parameters));
/* We hould never get here */
/* We should never get here */
ASSERT(FALSE);
return EXCEPTION_EXECUTE_HANDLER;
}

View file

@ -305,7 +305,7 @@ LONG
NTAPI
RtlUnhandledExceptionFilter(IN struct _EXCEPTION_POINTERS* ExceptionInfo)
{
/* This is used by the security cookie checks, and calso called externally */
/* This is used by the security cookie checks, and also called externally */
UNIMPLEMENTED;
PrintStackTrace(ExceptionInfo);
return ERROR_CALL_NOT_IMPLEMENTED;

View file

@ -140,7 +140,7 @@ KiDispatchExceptionToUser(
_SEH2_EXCEPT((LocalExceptRecord = *_SEH2_GetExceptionInformation()->ExceptionRecord),
EXCEPTION_EXECUTE_HANDLER)
{
// FIXNE: handle stack overflow
// FIXME: handle stack overflow
/* Nothing we can do here */
_SEH2_YIELD(return);