Typo fixes

[skip ci]
This commit is contained in:
offhub 2024-01-04 18:01:01 +03:00
parent 835a9e6f19
commit 2b12cc4f09
No known key found for this signature in database
GPG Key ID: 7B12A8941851DA59
3 changed files with 3 additions and 2 deletions

View File

@ -106,6 +106,7 @@ jobs:
echo 'resumeed->resumed' >> dictionary.txt
echo 'autoamtic->automatic' >> dictionary.txt
echo 'connencted->connected' >> dictionary.txt
echo 'querygin->querying' >> dictionary.txt
echo 'crome->Chrome' >> dictionary_code.txt
echo 'chromim->Chromium' >> dictionary_code.txt
echo 'kmdutill->kmdutil' >> dictionary_code.txt

View File

@ -506,7 +506,7 @@ check:
//DbgPrint("IRP_MJ_CREATE: %S\n", root->file_root);
//
// csrss.exe needs acces to binaries of starting up processes.
// csrss.exe needs access to binaries of starting up processes.
//
if (Util_IsCsrssProcess(PsGetCurrentProcessId()))

View File

@ -542,7 +542,7 @@ _FX NTSTATUS Process_Api_QueryInfo(PROCESS *proc, ULONG64 *parms)
//
// When querygin a sandboxed process API_QUERY_PROCESS_PATH return the reparsed file root path
// this info class is used to retrive the raw i.e. not reparsed file root path
// this info class is used to retrieve the raw i.e. not reparsed file root path
//
// Note: API_QUERY_BOX_PATH when invoked by a sandboxed process also returns its reparsed file root path
//