ntdll: Fix the spelling of some comments.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
84069679a4
commit
101be282a6
|
@ -3281,7 +3281,7 @@ NTSTATUS WINAPI NtQueryVolumeInformationFile( HANDLE handle, PIO_STATUS_BLOCK io
|
|||
* restart [I] restart EA scan
|
||||
*
|
||||
* RETURNS
|
||||
* Success: 0. Atrributes read into buffer
|
||||
* Success: 0. Attributes read into buffer
|
||||
* Failure: An NTSTATUS error code describing the error.
|
||||
*/
|
||||
NTSTATUS WINAPI NtQueryEaFile( HANDLE hFile, PIO_STATUS_BLOCK iosb, PVOID buffer, ULONG length,
|
||||
|
|
|
@ -2143,8 +2143,8 @@ void WINAPI RtlReleaseSRWLockShared( RTL_SRWLOCK *lock )
|
|||
* RtlTryAcquireSRWLockExclusive (NTDLL.@)
|
||||
*
|
||||
* NOTES
|
||||
* Similar to AcquireSRWLockExclusive recusive calls are not allowed
|
||||
* and will fail with return value FALSE.
|
||||
* Similarly to AcquireSRWLockExclusive, recursive calls are not allowed
|
||||
* and will fail with a FALSE return value.
|
||||
*/
|
||||
BOOLEAN WINAPI RtlTryAcquireSRWLockExclusive( RTL_SRWLOCK *lock )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue