mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
fix some typos
svn path=/trunk/; revision=36239
This commit is contained in:
parent
d896822e7b
commit
3f4a8c55e1
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue