summaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorakhropov <[email protected]>2026-04-22 21:17:18 +0300
committerakhropov <[email protected]>2026-04-22 21:38:46 +0300
commit18294f5ca11a14dd88b31c7f79cdb66e1ebe7a2f (patch)
tree4de42cd0bafafe597152f328422e42e2efd9ca35 /library/cpp
parentf9c0ab09ec48c68433509f96402ff8c6fd104cdb (diff)
Fix grammar
commit_hash:9a5da6e51df2e59de0c2558361b5026e3651bfaa
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/malloc/api/malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/malloc/api/malloc.h b/library/cpp/malloc/api/malloc.h
index 0aa07c0571b..b447366ca73 100644
--- a/library/cpp/malloc/api/malloc.h
+++ b/library/cpp/malloc/api/malloc.h
@@ -18,7 +18,7 @@ namespace NMalloc {
extern volatile bool IsAllocatorCorrupted;
void AbortFromCorruptedAllocator(const char* errorMessage = nullptr);
- // these function should be implemented by malloc implementations
+ // these functions must be implemented by malloc implementations
TMallocInfo MallocInfo();
// clear ALL caches of the allocator. Each implementation clears as much as possible.
void ClearCaches();