"<@Christoph_vW> please commit something" -- aye sir

svn path=/trunk/; revision=43706
This commit is contained in:
Stefan Ginsberg 2009-10-23 23:29:49 +00:00
parent 10bbe664b7
commit 0cc20f2021

View 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 */