fix some typos

svn path=/trunk/; revision=36239
This commit is contained in:
Christoph von Wittich 2008-09-14 13:43:46 +00:00
parent d896822e7b
commit 3f4a8c55e1

View file

@ -735,7 +735,7 @@ NtReadVirtualMemory(IN HANDLE ProcessHandle,
PreviousMode,
&BytesRead);
/* Derefernece the process */
/* Dereference the process */
ObDereferenceObject(Process);
}
@ -822,7 +822,7 @@ NtWriteVirtualMemory(IN HANDLE ProcessHandle,
PreviousMode,
&BytesWritten);
/* Derefernece the process */
/* Dereference the process */
ObDereferenceObject(Process);
}