mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
"<@Christoph_vW> please commit something" -- aye sir
svn path=/trunk/; revision=43706
This commit is contained in:
parent
10bbe664b7
commit
0cc20f2021
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue