diff --git a/ntoskrnl/ob/obhandle.c b/ntoskrnl/ob/obhandle.c index 6fcfec1cd62..192e192feba 100644 --- a/ntoskrnl/ob/obhandle.c +++ b/ntoskrnl/ob/obhandle.c @@ -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); }