mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[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:
parent
3ab4c09ac2
commit
82eb1bf74f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue