mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 08:32:14 +08:00
[NTOS:EX] Fix trivial typos in comments
This commit is contained in:
@@ -1150,7 +1150,7 @@ ExfReleasePushLockExclusive(PEX_PUSH_LOCK PushLock)
|
||||
* @name ExfTryToWakePushLock
|
||||
* @implemented NT5.2
|
||||
*
|
||||
* The ExfTryToWakePushLock attemps to wake a waiting pushlock.
|
||||
* The ExfTryToWakePushLock attempts to wake a waiting pushlock.
|
||||
*
|
||||
* @param PushLock
|
||||
* Pointer to a PushLock which is in the wait state.
|
||||
|
||||
@@ -2117,7 +2117,7 @@ ExSetResourceOwnerPointer(IN PERESOURCE Resource,
|
||||
* @name ExTryToAcquireResourceExclusiveLite
|
||||
* @implemented NT4
|
||||
*
|
||||
* The ExTryToAcquireResourceExclusiveLite routine routine attemps to
|
||||
* The ExTryToAcquireResourceExclusiveLite routine routine attempts to
|
||||
* acquire the given resource for exclusive access.
|
||||
*
|
||||
* @param Resource
|
||||
|
||||
Reference in New Issue
Block a user