mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 05:45:41 +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;
|
ULONG NextEaBufferOffset;
|
||||||
UINT IntEaLength;
|
UINT IntEaLength;
|
||||||
|
|
||||||
/* Lenght of the rest. Inital equal to EaLength */
|
/* Length of the rest. Inital equal to EaLength */
|
||||||
IntEaLength = EaLength;
|
IntEaLength = EaLength;
|
||||||
/* Inital EaBuffer equal to EaBuffer */
|
/* Inital EaBuffer equal to EaBuffer */
|
||||||
EaBufferEnd = EaBuffer;
|
EaBufferEnd = EaBuffer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue