From 3e493754868ecd954281bfffe8b59adb0f461c95 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 11 Jul 2008 17:26:31 +0200 Subject: s/decending/descending/g in example description. --- testsuite/systemtap.examples/ChangeLog | 5 +++++ testsuite/systemtap.examples/iotop.meta | 2 +- testsuite/systemtap.examples/traceio.meta | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'testsuite/systemtap.examples') 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 + + * traceio.meta: s/decending/descending/ in description. + * iotop.meta: Likewise. + 2008-07-02 William Cohen * 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" -- cgit