Author: hbelusca
Date: Thu Mar 26 01:43:47 2015
New Revision: 66896

URL: http://svn.reactos.org/svn/reactos?rev=66896&view=rev
Log:
Fix 3 misspellings. No code changes.

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

Modified: trunk/reactos/base/system/smss/smss.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/smss/smss.c?rev=66896&r1=66895&r2=66896&view=diff
==============================================================================
--- trunk/reactos/base/system/smss/smss.c       [iso-8859-1] (original)
+++ trunk/reactos/base/system/smss/smss.c       [iso-8859-1] Thu Mar 26 
01:43:47 2015
@@ -439,7 +439,7 @@
     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;
 }

Modified: trunk/reactos/lib/rtl/exception.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/exception.c?rev=66896&r1=66895&r2=66896&view=diff
==============================================================================
--- trunk/reactos/lib/rtl/exception.c   [iso-8859-1] (original)
+++ trunk/reactos/lib/rtl/exception.c   [iso-8859-1] Thu Mar 26 01:43:47 2015
@@ -305,7 +305,7 @@
 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;

Modified: trunk/reactos/ntoskrnl/ke/amd64/except.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/amd64/except.c?rev=66896&r1=66895&r2=66896&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ke/amd64/except.c    [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ke/amd64/except.c    [iso-8859-1] Thu Mar 26 
01:43:47 2015
@@ -140,7 +140,7 @@
     _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);


Reply via email to