aboutsummaryrefslogtreecommitdiff
path: root/gprof/hist.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-08-12 04:43:32 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-08-12 04:43:32 -0700
commitf3445b37b67deb8f67f7885274b2544684503f78 (patch)
tree7728c7ad03f97288e55905fe67725498771729c1 /gprof/hist.h
parent3aade68889268c7d15e121d6d63cb1b753ec12fa (diff)
downloadbinutils-f3445b37b67deb8f67f7885274b2544684503f78.zip
binutils-f3445b37b67deb8f67f7885274b2544684503f78.tar.gz
binutils-f3445b37b67deb8f67f7885274b2544684503f78.tar.bz2
Remove trailing spaces in gprof
Diffstat (limited to 'gprof/hist.h')
-rw-r--r--gprof/hist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/hist.h b/gprof/hist.h
index e08cee9..90b760c 100644
--- a/gprof/hist.h
+++ b/gprof/hist.h
@@ -46,10 +46,10 @@ extern void hist_print (void);
we have histogram data. Returns 1 if so and 0 otherwise. */
extern int hist_check_address (unsigned address);
-/* Given a range of addresses for a symbol, find a histogram record
+/* Given a range of addresses for a symbol, find a histogram record
that intersects with this range, and clips the range to that
histogram record, modifying *P_LOWPC and *P_HIGHPC.
-
+
If no intersection is found, *P_LOWPC and *P_HIGHPC will be set to
one unspecified value. If more that one intersection is found,
an error is emitted. */