spelling fixes only

svn path=/trunk/; revision=67379
This commit is contained in:
Christoph von Wittich 2015-04-24 12:45:55 +00:00
parent 459dacc793
commit 91017f0f9a
2 changed files with 3 additions and 3 deletions

View file

@ -110,8 +110,8 @@ NtQueryInformationProcess(IN HANDLE ProcessHandle,
(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;

View file

@ -713,7 +713,7 @@ GDIOBJ_ReferenceObjectByHandle(
/* 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;