From ace91c7b2a5946ff59a94017b8980c7cb4ebb282 Mon Sep 17 00:00:00 2001 From: Ricardo Leite Date: Thu, 27 Jun 2019 16:45:06 +0100 Subject: [PATCH] Minor typo fixes in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f857cd5..0e382bc 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Alternatively, you can follow the steps in the next section to build with Ninja using the Visual Studio compiler. # Building on macOS, Linux or FreeBSD -Snmalloc has very few dependencies, CMake, Ninja, Clang 6.0 or later and a C++17 +snmalloc has very few dependencies, CMake, Ninja, Clang 6.0 or later and a C++17 standard library. Building with GCC is currently not recommended because GCC lacks support for the `selectany` attribute to specify variables in a COMDAT. @@ -101,7 +101,7 @@ In addition make sure your executable is compiled to support 128 bit atomic oper target_link_libraries([lib_name] PRIVATE snmalloc_lib) ``` -You will also need to compile the relavent parts of snmalloc itself. Create a new file with the following contents and compile it with the rest of your application. +You will also need to compile the relevant parts of snmalloc itself. Create a new file with the following contents and compile it with the rest of your application. ``` #define NO_BOOTSTRAP_ALLOCATOR