diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:43:32 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:43:32 -0700 |
commit | f3445b37b67deb8f67f7885274b2544684503f78 (patch) | |
tree | 7728c7ad03f97288e55905fe67725498771729c1 /gprof/hist.h | |
parent | 3aade68889268c7d15e121d6d63cb1b753ec12fa (diff) | |
download | gdb-f3445b37b67deb8f67f7885274b2544684503f78.zip gdb-f3445b37b67deb8f67f7885274b2544684503f78.tar.gz gdb-f3445b37b67deb8f67f7885274b2544684503f78.tar.bz2 |
Remove trailing spaces in gprof
Diffstat (limited to 'gprof/hist.h')
-rw-r--r-- | gprof/hist.h | 4 |
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. */ |