diff --git a/src/client/component/arxan.cpp b/src/client/component/arxan.cpp index a700ff57..e2b2d155 100644 --- a/src/client/component/arxan.cpp +++ b/src/client/component/arxan.cpp @@ -397,7 +397,7 @@ namespace arxan uint32_t* original_checksum; }; - // Pretty trashy, but working, heuristic to search integrity the handler context + // Pretty trashy, but working, heuristic to search the integrity handler context bool is_handler_context(uint8_t* stack_frame, const uint32_t computed_checksum, const uint32_t frame_offset) { auto* potential_address = *reinterpret_cast(stack_frame + frame_offset);