From 8c99ac1bbd9c692239bbf70c40f9be578d54d394 Mon Sep 17 00:00:00 2001 From: daanx Date: Wed, 2 Apr 2025 11:16:33 -0700 Subject: [PATCH] fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5a495275..70a25fc1 100644 --- a/readme.md +++ b/readme.md @@ -177,7 +177,7 @@ mimalloc is used in various large scale low-latency services and programs, for e Open `ide/vs2022/mimalloc.sln` in Visual Studio 2022 and build. The `mimalloc-lib` project builds a static library (in `out/msvc-x64`), while the -`mimalloc-override-dll` project builds DLL for overriding malloc +`mimalloc-override-dll` project builds a DLL for overriding malloc in the entire program. ## Linux, macOS, BSD, etc.