diff --git a/ntoskrnl/ex/pushlock.c b/ntoskrnl/ex/pushlock.c index 34deacc9c5c..96d1a74a34e 100644 --- a/ntoskrnl/ex/pushlock.c +++ b/ntoskrnl/ex/pushlock.c @@ -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. diff --git a/ntoskrnl/ex/resource.c b/ntoskrnl/ex/resource.c index 2ea09a92053..adf21760e74 100644 --- a/ntoskrnl/ex/resource.c +++ b/ntoskrnl/ex/resource.c @@ -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