diff options
author | Mark Wielaard <mwielaard@redhat.com> | 2008-07-11 17:26:31 +0200 |
---|---|---|
committer | Mark Wielaard <mwielaard@redhat.com> | 2008-07-11 17:26:31 +0200 |
commit | 3e493754868ecd954281bfffe8b59adb0f461c95 (patch) | |
tree | 5f978f168255a52719b0739e8e913bc672e449fd | |
parent | 94687c8da6273832666c7089a3b7349e1b55f57c (diff) | |
download | systemtap-steved-3e493754868ecd954281bfffe8b59adb0f461c95.tar.gz systemtap-steved-3e493754868ecd954281bfffe8b59adb0f461c95.tar.xz systemtap-steved-3e493754868ecd954281bfffe8b59adb0f461c95.zip |
s/decending/descending/g in example description.
-rw-r--r-- | testsuite/systemtap.examples/ChangeLog | 5 | ||||
-rw-r--r-- | testsuite/systemtap.examples/iotop.meta | 2 | ||||
-rw-r--r-- | testsuite/systemtap.examples/traceio.meta | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/testsuite/systemtap.examples/ChangeLog b/testsuite/systemtap.examples/ChangeLog index dcaafe59..d75ad014 100644 --- a/testsuite/systemtap.examples/ChangeLog +++ b/testsuite/systemtap.examples/ChangeLog @@ -1,3 +1,8 @@ +2008-07-11 Mark Wielaard <mwielaard@redhat.com> + + * traceio.meta: s/decending/descending/ in description. + * iotop.meta: Likewise. + 2008-07-02 William Cohen <wcohen@redhat.com> * functioncallcount.meta, functioncallcount.stp: New. diff --git a/testsuite/systemtap.examples/iotop.meta b/testsuite/systemtap.examples/iotop.meta index 4eba0130..d5331eda 100644 --- a/testsuite/systemtap.examples/iotop.meta +++ b/testsuite/systemtap.examples/iotop.meta @@ -8,6 +8,6 @@ status: production exit: user-controlled output: timed scope: system-wide -description: Every five seconds print out the top ten executables generating I/O traffic during that interval sorted in decending order. +description: Every five seconds print out the top ten executables generating I/O traffic during that interval sorted in descending order. test_check: stap -p4 iotop.stp test_installcheck: stap iotop.stp -c "sleep 1" diff --git a/testsuite/systemtap.examples/traceio.meta b/testsuite/systemtap.examples/traceio.meta index a82a26aa..da0b99f3 100644 --- a/testsuite/systemtap.examples/traceio.meta +++ b/testsuite/systemtap.examples/traceio.meta @@ -8,6 +8,6 @@ status: production exit: user-controlled output: timed scope: system-wide -description: Every second print out the top ten executables sorted in decending order based on cumulative I/O traffic observed. +description: Every second print out the top ten executables sorted in descending order based on cumulative I/O traffic observed. test_check: stap -p4 traceio.stp test_installcheck: stap traceio.stp -c "sleep 1" |