"<@Christoph_vW> please commit something" -- aye sir
[reactos.git] / reactos / ntoskrnl / kd64 / kdprint.c
index 3523efd..135b1ed 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 response than there is room for */
     Length = min(Length, ResponseString->MaximumLength);
 
     /* Copy back the string and return the length */