From 3f4a8c55e189b8d9041a1a004dc57b591cf3cc09 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sun, 14 Sep 2008 13:43:46 +0000 Subject: [PATCH] fix some typos svn path=/trunk/; revision=36239 --- reactos/ntoskrnl/mm/virtual.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/mm/virtual.c b/reactos/ntoskrnl/mm/virtual.c index b3e9f6f9da0..d8f70d432c6 100644 --- a/reactos/ntoskrnl/mm/virtual.c +++ b/reactos/ntoskrnl/mm/virtual.c @@ -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); }