Author: spetreolle Date: Sat Oct 24 11:57:37 2009 New Revision: 43707
URL: http://svn.reactos.org/svn/reactos?rev=43707&view=rev Log: "<@Christoph_vW> please commit something" -- aye sir
Modified: trunk/reactos/ntoskrnl/kd64/kdprint.c
Modified: trunk/reactos/ntoskrnl/kd64/kdprint.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/kd64/kdprint.c?rev... ============================================================================== --- trunk/reactos/ntoskrnl/kd64/kdprint.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/kd64/kdprint.c [iso-8859-1] Sat Oct 24 11:57:37 2009 @@ -110,7 +110,7 @@ /* 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 */