aboutsummaryrefslogtreecommitdiffhomepage
path: root/memprof
diff options
context:
space:
mode:
Diffstat (limited to 'memprof')
-rw-r--r--memprof/memprof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/memprof/memprof.cpp b/memprof/memprof.cpp
index 11822ee00..9be278af5 100644
--- a/memprof/memprof.cpp
+++ b/memprof/memprof.cpp
@@ -280,7 +280,7 @@ void *memalign(std::size_t aligment, std::size_t size) {
}
}
-// c++14 guarantees than it is enough to override this two operators.
+// c++14 guarantees that it is enough to override these two operators.
void *operator new(std::size_t count) {
return malloc_with_frame(count, get_backtrace());
}