aboutsummaryrefslogtreecommitdiff
path: root/gprof/hist.h
diff options
context:
space:
mode:
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. */