From 98ac4ee9bc6ab285429fc5d97335b4c94fc0b919 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 3 Apr 2019 09:50:40 +0200 Subject: [PATCH] Fix typos --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 8f61410..4e53591 100644 --- a/README +++ b/README @@ -146,7 +146,7 @@ make for just this purpose: CONFIGURATION OPTIONS --------------------- For advanced users, there are several flags you can pass to -'./configure' that tweak tcmalloc performace. (These are in addition +'./configure' that tweak tcmalloc performance. (These are in addition to the environment variables you can set at runtime to affect tcmalloc, described below.) See the INSTALL file for details. @@ -268,7 +268,7 @@ annotations', which make it easy to recognize a signal frame. Some OS distributions, such as Fedora and gentoo 2007.0, already have added cfi annotations to their libc. A future version of libunwind should recognize these annotations; these systems should not see any -crashses. +crashes. Workarounds: If you see problems with crashes when running the cpu-profiler, consider inserting ProfilerStart()/ProfilerStop() into