diff --git a/Sandboxie/core/drv/process_api.c b/Sandboxie/core/drv/process_api.c index 2415565a..68564429 100644 --- a/Sandboxie/core/drv/process_api.c +++ b/Sandboxie/core/drv/process_api.c @@ -541,7 +541,7 @@ _FX NTSTATUS Process_Api_QueryInfo(PROCESS *proc, ULONG64 *parms) } else if (args->info_type.val == 'root') { // - // When querygin a sandboxed process API_QUERY_PROCESS_PATH return the reparsed file root path + // When querying a sandboxed process API_QUERY_PROCESS_PATH return the 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