[NTOS:EX] Fix trivial typos in comments

This commit is contained in:
Hermès Bélusca-Maïto
2025-08-25 22:19:03 +02:00
parent 2164b35683
commit 186404274c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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