From 0cc20f2021408d59a186483048334f50e5b75dbe Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Fri, 23 Oct 2009 23:29:49 +0000 Subject: [PATCH] "<@Christoph_vW> please commit something" -- aye sir svn path=/trunk/; revision=43706 --- reactos/ntoskrnl/kd64/kdprint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/kd64/kdprint.c b/reactos/ntoskrnl/kd64/kdprint.c index 3523efdee2f..f1262c7027a 100644 --- a/reactos/ntoskrnl/kd64/kdprint.c +++ b/reactos/ntoskrnl/kd64/kdprint.c @@ -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 */