mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[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:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user