[ROSTESTS]

Fix spelling of 'length' in various places.
Patch by andygui

CORE-7043 #resolve #comment Part for ROSTests committed in r58674, thanks!

svn path=/trunk/; revision=58674
This commit is contained in:
Hermès Bélusca-Maïto 2013-04-04 19:35:20 +00:00
parent 3ab4c09ac2
commit 82eb1bf74f

View file

@ -34,7 +34,7 @@ IoCheckEaBufferValidityROS(IN PFILE_FULL_EA_INFORMATION EaBuffer,
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;