Fix 3 misspellings. No code changes.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 26 Mar 2015 01:43:47 +0000 (01:43 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 26 Mar 2015 01:43:47 +0000 (01:43 +0000)
svn path=/trunk/; revision=66896

reactos/base/system/smss/smss.c
reactos/lib/rtl/exception.c
reactos/ntoskrnl/ke/amd64/except.c

index a48f58e..0221151 100644 (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;
 }
index 178c877..d75f255 100644 (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;
index 00731e8..6fccfab 100644 (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);