summaryrefslogtreecommitdiff
path: root/include/mimalloc-override.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mimalloc-override.h')
-rw-r--r--include/mimalloc-override.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mimalloc-override.h b/include/mimalloc-override.h
index c334806..56b41e6 100644
--- a/include/mimalloc-override.h
+++ b/include/mimalloc-override.h
@@ -12,7 +12,7 @@ terms of the MIT license. A copy of the license can be found in the file
This header can be used to statically redirect malloc/free and new/delete
to the mimalloc variants. This can be useful if one can include this file on
each source file in a project (but be careful when using external code to
-not accidentally mix pointer from different allocators).
+not accidentally mix pointers from different allocators).
On windows it can still be good to always try to include this header even
when dynamically overriding since this will give better performance especially