summaryrefslogtreecommitdiff
path: root/src/pprof
diff options
context:
space:
mode:
authoralkondratenko@gmail.com <alkondratenko@gmail.com@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2013-07-06 20:46:50 +0000
committeralkondratenko@gmail.com <alkondratenko@gmail.com@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2013-07-06 20:46:50 +0000
commita833a146b7de93774f0a9428edc5eda410d9a7dc (patch)
treed5ec50023794dec97785c1e6afefc2c95f7e47fc /src/pprof
parent205abf1e7cb860224cbf391c7f69a6192ccc5076 (diff)
downloadgperftools-a833a146b7de93774f0a9428edc5eda410d9a7dc.tar.gz
issue-528: fixed spelling
This simply applies patch by Lajos Veres git-svn-id: http://gperftools.googlecode.com/svn/trunk@219 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
Diffstat (limited to 'src/pprof')
-rwxr-xr-xsrc/pprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pprof b/src/pprof
index 961c8bd..17db1eb 100755
--- a/src/pprof
+++ b/src/pprof
@@ -5061,7 +5061,7 @@ sub GetProcedureBoundaries {
# "nm -f $image" is supposed to fail on GNU nm, but if:
#
# a. $image starts with [BbSsPp] (for example, bin/foo/bar), AND
- # b. you have a.out in your current directory (a not uncommon occurence)
+ # b. you have a.out in your current directory (a not uncommon occurrence)
#
# then "nm -f $image" succeeds because -f only looks at the first letter of
# the argument, which looks valid because it's [BbSsPp], and then since