Author: sginsberg Date: Sat Oct 24 01:29:49 2009 New Revision: 43706
URL: http://svn.reactos.org/svn/reactos?rev=43706&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 01:29:49 2009 @@ -110,7 +110,7 @@ /* 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 */