Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
101be282
Commit
101be282
authored
Dec 12, 2019
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Fix the spelling of some comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
84069679
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
file.c
dlls/ntdll/file.c
+1
-1
sync.c
dlls/ntdll/sync.c
+2
-2
No files found.
dlls/ntdll/file.c
View file @
101be282
...
...
@@ -3281,7 +3281,7 @@ NTSTATUS WINAPI NtQueryVolumeInformationFile( HANDLE handle, PIO_STATUS_BLOCK io
* restart [I] restart EA scan
*
* RETURNS
* Success: 0. At
r
ributes read into buffer
* Success: 0. At
t
ributes read into buffer
* Failure: An NTSTATUS error code describing the error.
*/
NTSTATUS
WINAPI
NtQueryEaFile
(
HANDLE
hFile
,
PIO_STATUS_BLOCK
iosb
,
PVOID
buffer
,
ULONG
length
,
...
...
dlls/ntdll/sync.c
View file @
101be282
...
...
@@ -2143,8 +2143,8 @@ void WINAPI RtlReleaseSRWLockShared( RTL_SRWLOCK *lock )
* RtlTryAcquireSRWLockExclusive (NTDLL.@)
*
* NOTES
* Similar
to AcquireSRWLockExclusive recu
sive calls are not allowed
* and will fail with
return value FALSE
.
* Similar
ly to AcquireSRWLockExclusive, recur
sive calls are not allowed
* and will fail with
a FALSE return value
.
*/
BOOLEAN
WINAPI
RtlTryAcquireSRWLockExclusive
(
RTL_SRWLOCK
*
lock
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment