Update file_flt.c

spelling and grammar fix
This commit is contained in:
Sebastian G 2023-05-28 10:35:27 +02:00 committed by GitHub
parent f06b1880f0
commit 1f64946ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1041,7 +1041,7 @@ _FX NTSTATUS File_Api_UnprotectRoot(PROCESS* proc, ULONG64* parms)
len = sizeof(PROTECTED_ROOT) + root->file_root_len * sizeof(WCHAR); len = sizeof(PROTECTED_ROOT) + root->file_root_len * sizeof(WCHAR);
Mem_Free(root, len); Mem_Free(root, len);
status = STATUS_SUCCESS; // dont break in case a root was added more then once status = STATUS_SUCCESS; // don't break in case a root was added more than once
} }
root = next_root; root = next_root;