Author: hbelusca Date: Thu Apr 4 19:35:20 2013 New Revision: 58674
URL: http://svn.reactos.org/svn/reactos?rev=58674&view=rev Log: [ROSTESTS] Fix spelling of 'length' in various places. Patch by andygui
CORE-7043 #resolve #comment Part for ROSTests committed in r58674, thanks!
Modified: trunk/rostests/drivers/ntoskrnl/IoEaTest.cpp
Modified: trunk/rostests/drivers/ntoskrnl/IoEaTest.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/drivers/ntoskrnl/IoEaTest.... ============================================================================== --- trunk/rostests/drivers/ntoskrnl/IoEaTest.cpp [iso-8859-1] (original) +++ trunk/rostests/drivers/ntoskrnl/IoEaTest.cpp [iso-8859-1] Thu Apr 4 19:35:20 2013 @@ -34,7 +34,7 @@ ULONG NextEaBufferOffset; UINT IntEaLength;
- /* Lenght of the rest. Inital equal to EaLength */ + /* Length of the rest. Inital equal to EaLength */ IntEaLength = EaLength; /* Inital EaBuffer equal to EaBuffer */ EaBufferEnd = EaBuffer;