about summary refs log tree commit diff
path: root/Doc/Zsh/mod_zprof.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-06-10 08:50:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-06-10 08:50:35 +0000
commit1c29f641c6276b0bcb1db17a7d64dbb5cad50382 (patch)
treeb3f83edc6bb46c999d86f91ac85da97582eefaa5 /Doc/Zsh/mod_zprof.yo
parentdeab7d6642ad9353d81037e923c73b4e4897a751 (diff)
downloadzsh-1c29f641c6276b0bcb1db17a7d64dbb5cad50382.tar.gz
zsh-1c29f641c6276b0bcb1db17a7d64dbb5cad50382.tar.xz
zsh-1c29f641c6276b0bcb1db17a7d64dbb5cad50382.zip
Mikael: 25143: spelling corrections
25144: report supported bases
25139: fix number
Diffstat (limited to 'Doc/Zsh/mod_zprof.yo')
-rw-r--r--Doc/Zsh/mod_zprof.yo10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Zsh/mod_zprof.yo b/Doc/Zsh/mod_zprof.yo
index 7d8b7bc2d..cd06dd310 100644
--- a/Doc/Zsh/mod_zprof.yo
+++ b/Doc/Zsh/mod_zprof.yo
@@ -21,16 +21,16 @@ the number of the function in order, which is used in
 other parts of the list in suffixes of the form
 `tt([)var(num)tt(])'), then the number of calls made to the function.
 The next three columns list the time in
-milliseconds spent in the function and its descendents, the average
+milliseconds spent in the function and its descendants, the average
 time in milliseconds spent in the function and its descendents per
 call and the percentage of time spent in all shell functions used in
-this function and its descendents.  The following three columns give
+this function and its descendants.  The following three columns give
 the same information, but counting only the time spent in the function 
 itself.  The final column shows the name of the function.
 
 After the summary, detailed information about every function that was
 invoked is listed, sorted in decreasing order of the amount of time spent
-in each function and its descendents.  Each of these entries consists of
+in each function and its descendants.  Each of these entries consists of
 descriptions for the functions that called the function described, the
 function itself, and the functions that were called from it.  The
 description for the function itself has the same format as in the summary
@@ -42,10 +42,10 @@ the section from the surrounding lines.
 The information shown in this case is almost the same as in the summary,
 but only refers to the call hierarchy being displayed.  For example, for a
 calling function the column showing the total running time lists the time
-spent in the described function and its descendents only for the times when
+spent in the described function and its descendants only for the times when
 it was called from that particular calling function.  Likewise, for a
 called function, this columns lists the total time spent in the called
-function and its descendents only for the times when it was called from the
+function and its descendants only for the times when it was called from the
 function described.
 
 Also in this case, the column showing the number of calls to a function