mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:15:43 +00:00
[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:
parent
a2d8e464c8
commit
2ea03b5b22
22 changed files with 25 additions and 25 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue