Skip to content

Commit 74d30dc

Browse files
committed
fix comments
1 parent e264cc1 commit 74d30dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/loader/layers/sanitizer/asan_interceptor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ SanitizerInterceptor::~SanitizerInterceptor() {
188188
DestroyShadowMemoryOnDG2();
189189

190190
// We must release these objects before releasing adapters, since
191-
// they may use the adapter in their destruction process
191+
// they may use the adapter in their destructor
192192
m_Quarantine = nullptr;
193193
m_MemBufferMap.clear();
194194
m_AllocationMap.clear();

0 commit comments

Comments
 (0)