Author: cwittich
Date: Fri Apr 24 12:45:55 2015
New Revision: 67379
URL:
http://svn.reactos.org/svn/reactos?rev=67379&view=rev
Log:
spelling fixes only
Modified:
trunk/reactos/ntoskrnl/ps/query.c
trunk/reactos/win32ss/gdi/ntgdi/gdiobj.c
Modified: trunk/reactos/ntoskrnl/ps/query.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ps/query.c?rev=67…
==============================================================================
--- trunk/reactos/ntoskrnl/ps/query.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ps/query.c [iso-8859-1] Fri Apr 24 12:45:55 2015
@@ -110,8 +110,8 @@
(ProcessHandle != NtCurrentProcess()))
{
/*
- * Retreiving the process cookie is only allowed for the calling process
- * itself! XP only allowes NtCurrentProcess() as process handles even if
+ * Retrieving the process cookie is only allowed for the calling process
+ * itself! XP only allows NtCurrentProcess() as process handles even if
* a real handle actually represents the current process.
*/
return STATUS_INVALID_PARAMETER;
Modified: trunk/reactos/win32ss/gdi/ntgdi/gdiobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/gdi/ntgdi/gdiobj.c…
==============================================================================
--- trunk/reactos/win32ss/gdi/ntgdi/gdiobj.c [iso-8859-1] (original)
+++ trunk/reactos/win32ss/gdi/ntgdi/gdiobj.c [iso-8859-1] Fri Apr 24 12:45:55 2015
@@ -713,7 +713,7 @@
/* Check if the object is exclusively locked */
if (pobj->cExclusiveLock != 0)
{
- DPRINT1("GDIOBJ: Cannot reference oject %p with exclusive lock.\n",
hobj);
+ DPRINT1("GDIOBJ: Cannot reference object %p with exclusive lock.\n",
hobj);
GDIOBJ_vDereferenceObject(pobj);
DBG_DUMP_EVENT_LIST(&pobj->slhLog);
return NULL;