From 186404274cf2261d094d3a7256fda0bff6bf0588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Mon, 25 Aug 2025 22:19:03 +0200 Subject: [PATCH] [NTOS:EX] Fix trivial typos in comments --- ntoskrnl/ex/pushlock.c | 2 +- ntoskrnl/ex/resource.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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