summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorcuishuang <imcusg@gmail.com>2022-04-24 23:32:44 +0800
committerQi Wang <interwq@gmail.com>2022-04-25 11:29:00 -0700
commit9a242f16d9e4a6afcd53782a9427471f6d144f1f (patch)
tree67d4e54a74644904d23d0778f49ef023c961243f /bin
parent0e29ad4efa3d1c5ae9cd01afd32812dd18875200 (diff)
downloadjemalloc-9a242f16d9e4a6afcd53782a9427471f6d144f1f.tar.gz
fix some typos
Signed-off-by: cuishuang <imcusg@gmail.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/jeprof.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/jeprof.in b/bin/jeprof.in
index e0b212ae..dbf6252b 100644
--- a/bin/jeprof.in
+++ b/bin/jeprof.in
@@ -5085,7 +5085,7 @@ sub MapToSymbols {
} else {
# MapSymbolsWithNM tags each routine with its starting address,
# useful in case the image has multiple occurrences of this
- # routine. (It uses a syntax that resembles template paramters,
+ # routine. (It uses a syntax that resembles template parameters,
# that are automatically stripped out by ShortFunctionName().)
# addr2line does not provide the same information. So we check
# if nm disambiguated our symbol, and if so take the annotated
@@ -5437,7 +5437,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