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

svn path=/trunk/; revision=43707
This commit is contained in:
Sylvain Petreolle 2009-10-24 09:57:37 +00:00
parent 0cc20f2021
commit 0b487b45aa

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