[REACTOS]

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

Concerning kdio.c, we can see that the original author didn't see his misspelling since he used two different variables named:
KdpScreenLineLength and KdpScreenLineLenght ! ; the latter being renamed here KdpScreenLineLengthDefault to make the difference.

CORE-7043 #comment Part for ReactOS committed in r58672, thanks!

svn path=/trunk/; revision=58672
This commit is contained in:
Hermès Bélusca-Maïto
2013-04-04 19:29:36 +00:00
parent b15a7e9255
commit 26895da7e6
19 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -1029,7 +1029,7 @@ ZwUnlockFile(
_In_ HANDLE FileHandle,
_Out_ PIO_STATUS_BLOCK IoStatusBlock,
_In_ PLARGE_INTEGER ByteOffset,
_In_ PLARGE_INTEGER Lenght,
_In_ PLARGE_INTEGER Length,
_In_opt_ ULONG Key
);