summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2019-04-03 09:50:40 +0200
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2019-04-07 13:32:47 -0700
commit98ac4ee9bc6ab285429fc5d97335b4c94fc0b919 (patch)
tree164ab4156148ac3a4ada58f43ce107dbbbc53141
parent9e5b1628737c67b4587f937164572774592978c4 (diff)
downloadgperftools-98ac4ee9bc6ab285429fc5d97335b4c94fc0b919.tar.gz
Fix typos
-rw-r--r--README4
1 files 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