[NTOS:OB] Correct a typo

This commit is contained in:
Alex Mendoza
2026-07-30 20:22:03 +02:00
committed by George Bișoc
parent 797d10cf82
commit 8dc41c663d
+1 -1
View File
@@ -724,7 +724,7 @@ ObpCloseHandleTableEntry(IN PHANDLE_TABLE HandleTable,
return STATUS_HANDLE_NOT_CLOSABLE;
}
/* Success, validate callout retrn */
/* Success, validate callout return */
ObpCalloutEnd(CalloutIrql, "NtClose", ObjectType, Body);
}