mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 04:07:16 +00:00
spelling fixes only
svn path=/trunk/; revision=67379
This commit is contained in:
parent
459dacc793
commit
91017f0f9a
2 changed files with 3 additions and 3 deletions
|
@ -110,8 +110,8 @@ NtQueryInformationProcess(IN HANDLE ProcessHandle,
|
||||||
(ProcessHandle != NtCurrentProcess()))
|
(ProcessHandle != NtCurrentProcess()))
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Retreiving the process cookie is only allowed for the calling process
|
* Retrieving the process cookie is only allowed for the calling process
|
||||||
* itself! XP only allowes NtCurrentProcess() as process handles even if
|
* itself! XP only allows NtCurrentProcess() as process handles even if
|
||||||
* a real handle actually represents the current process.
|
* a real handle actually represents the current process.
|
||||||
*/
|
*/
|
||||||
return STATUS_INVALID_PARAMETER;
|
return STATUS_INVALID_PARAMETER;
|
||||||
|
|
|
@ -713,7 +713,7 @@ GDIOBJ_ReferenceObjectByHandle(
|
||||||
/* Check if the object is exclusively locked */
|
/* Check if the object is exclusively locked */
|
||||||
if (pobj->cExclusiveLock != 0)
|
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);
|
GDIOBJ_vDereferenceObject(pobj);
|
||||||
DBG_DUMP_EVENT_LIST(&pobj->slhLog);
|
DBG_DUMP_EVENT_LIST(&pobj->slhLog);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in a new issue