From 814f13bfc64a35aedf22303915708ef4b56b5d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= <mpg@elzevir.fr> Date: Thu, 2 Jul 2015 19:34:18 +0200 Subject: [PATCH] Fix typo in README. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 89abefac6..33c31d61e 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ There are many different build modes available within the CMake buildsystem. Mos This instruments the code with MemorySanitizer to check for uninitialised memory reads. Experimental, needs recent clang on Linux/x86_64. - MemSanDbg. - Same as ASan but slower, with debug information, better stack traces and + Same as MemSan but slower, with debug information, better stack traces and origin tracking. - Check. This activates the compiler warnings that depend on optimization and treats