summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuite/systemtap.examples/ChangeLog5
-rw-r--r--testsuite/systemtap.examples/iotop.meta2
-rw-r--r--testsuite/systemtap.examples/traceio.meta2
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"