Change 17878 by [EMAIL PROTECTED] on 2002/09/09 09:11:57

        small grammar fix in Benchmark docs

Affected files ...

.... //depot/perl/lib/Benchmark.pm#32 edit

Differences ...

==== //depot/perl/lib/Benchmark.pm#32 (text) ====
Index: perl/lib/Benchmark.pm
--- perl/lib/Benchmark.pm#31~17867~     Sun Sep  8 08:10:46 2002
+++ perl/lib/Benchmark.pm       Mon Sep  9 02:11:57 2002
@@ -282,8 +282,8 @@
 special tag C<:hireswallclock> for Benchmark (if Time::HiRes is not
 available, the tag will be silently ignored).  This tag will cause the
 wallclock time to be measured in microseconds, instead of integer
-seconds.  Note though that since the speed computations are conducted
-still in CPU seconds.
+seconds.  Note though that the speed computations are still conducted
+in CPU time, not wallclock time.
 
 =head1 NOTES
 
End of Patch.

Reply via email to