"<@Christoph_vW> please commit something" -- aye sir
authorStefan Ginsberg <stefanginsberg@gmail.com>
Fri, 23 Oct 2009 23:29:49 +0000 (23:29 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Fri, 23 Oct 2009 23:29:49 +0000 (23:29 +0000)
svn path=/trunk/; revision=43706

reactos/ntoskrnl/kd64/kdprint.c

index 3523efd..f1262c7 100644 (file)
@@ -110,7 +110,7 @@ KdpPromptString(IN PSTRING PromptString,
     /* Loop until we succeed */
     } while (Status != KdPacketReceived);
 
-    /* Don't copy back a larger respone than there is room foor */
+    /* Don't copy back a larger respone than there is room for */
     Length = min(Length, ResponseString->MaximumLength);
 
     /* Copy back the string and return the length */