diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 2002-09-10 18:49:56 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-09-11 20:56:21 +0000 |
commit | c1d47b768c58b96f9b0818e42bf40dd6506a4d86 (patch) | |
tree | b971dbee028669abe85cf72359b3f8dcd1548cce /utils | |
parent | 44b9449181a08e79439a4e3a78b60d92a3fe84bf (diff) | |
download | perl-c1d47b768c58b96f9b0818e42bf40dd6506a4d86.tar.gz |
[perl #17119] typo in utils/dprofpp.PL
From: "Todd C. Miller" (via RT) <perlbug@perl.org>
Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
p4raw-id: //depot/perl@17897
Diffstat (limited to 'utils')
-rw-r--r-- | utils/dprofpp.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/dprofpp.PL b/utils/dprofpp.PL index d04f61dc44..aff0f9b1e3 100644 --- a/utils/dprofpp.PL +++ b/utils/dprofpp.PL @@ -228,7 +228,7 @@ calling level then it is displayed once with a repeat count. =item B<-S> -Display I<merged> subroutine call tree to stdout. Statistics is +Display I<merged> subroutine call tree to stdout. Statistics are displayed for each branch of the tree. When a function is called multiple (I<not necessarily consecutive>) |