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:
Francois Gouget 2019-12-12 11:22:59 +01:00 committed by Alexandre Julliard
parent 84069679a4
commit 101be282a6
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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 )
{