diff options
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/src/sidestep_resolver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/sidestep_resolver.cc b/sandbox/src/sidestep_resolver.cc index 0a2803c..e22ca6b 100644 --- a/sandbox/src/sidestep_resolver.cc +++ b/sandbox/src/sidestep_resolver.cc @@ -75,7 +75,7 @@ size_t SidestepResolverThunk::GetThunkSize() const { // the thunk to use a chained interceptor. It uses the fact that // SetInternalThunk generates the code to pass as the first parameter whatever // it receives as original_function; we let SidestepResolverThunk set this value -// to it's saved code, and then we change it to our thunk data. +// to its saved code, and then we change it to our thunk data. NTSTATUS SmartSidestepResolverThunk::Setup(const void* target_module, const void* interceptor_module, const char* target_name, |