[REACTOS] Fix typos in comments (#5591)

Fixing typos in code comments enhances code readability and comprehension for developers and collaborators.
This commit is contained in:
Andriy Shevchenko 2023-08-22 16:20:29 +03:00 committed by GitHub
parent a2d8e464c8
commit 2ea03b5b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 25 additions and 25 deletions

View file

@ -71,7 +71,7 @@ RtlAllocateHandle(
/* Check if we are out of free handles entries */
if (HandleTable->FreeHandles == NULL)
{
/* Check if we don't have uncomitted handle entries yet */
/* Check if we don't have uncommitted handle entries yet */
if (HandleTable->UnCommittedHandles == NULL)
{
/* Use the maximum number of handle entries */