Skip to content

Commit 453d3e0

Browse files
Merge pull request #1500 from hawkinsw/patch-2
Update nf-synchapi-createeventa.md
2 parents 409d345 + 14a786c commit 453d3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-api-src/content/synchapi/nf-synchapi-createeventa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The <b>lpSecurityDescriptor</b> member of the structure specifies a
7979

8080
If this parameter is <b>TRUE</b>, the function creates a manual-reset event object, which requires the use of the
8181
<a href="/windows/desktop/api/synchapi/nf-synchapi-resetevent">ResetEvent</a> function to set the event state to nonsignaled. If
82-
this parameter is <b>FALSE</b>, the function creates an auto-reset event object, and system automatically resets the
82+
this parameter is <b>FALSE</b>, the function creates an auto-reset event object, and the system automatically resets the
8383
event state to nonsignaled after a single waiting thread has been released.
8484

8585
### -param bInitialState [in]

0 commit comments

Comments
 (0)