Skip to content

Commit 1864042

Browse files
committed
[NTOS:EX] Fix trivial typos in comments
1 parent 2164b35 commit 1864042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ntoskrnl/ex/pushlock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ ExfReleasePushLockExclusive(PEX_PUSH_LOCK PushLock)
11501150
* @name ExfTryToWakePushLock
11511151
* @implemented NT5.2
11521152
*
1153-
* The ExfTryToWakePushLock attemps to wake a waiting pushlock.
1153+
* The ExfTryToWakePushLock attempts to wake a waiting pushlock.
11541154
*
11551155
* @param PushLock
11561156
* Pointer to a PushLock which is in the wait state.

ntoskrnl/ex/resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@ ExSetResourceOwnerPointer(IN PERESOURCE Resource,
21172117
* @name ExTryToAcquireResourceExclusiveLite
21182118
* @implemented NT4
21192119
*
2120-
* The ExTryToAcquireResourceExclusiveLite routine routine attemps to
2120+
* The ExTryToAcquireResourceExclusiveLite routine routine attempts to
21212121
* acquire the given resource for exclusive access.
21222122
*
21232123
* @param Resource

0 commit comments

Comments
 (0)