summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/five.stp
diff options
context:
space:
mode:
authorfche <fche>2005-08-01 23:19:48 +0000
committerfche <fche>2005-08-01 23:19:48 +0000
commit63d4bb3c5d43cf2760588281414ca9d0e5276da5 (patch)
treedd77a5e9f54d44624ce2c186a3741d6b5f6236c2 /testsuite/buildok/five.stp
parentfd6602a0d866cff012a1bd478272760fb7f2c31d (diff)
downloadsystemtap-steved-63d4bb3c5d43cf2760588281414ca9d0e5276da5.tar.gz
systemtap-steved-63d4bb3c5d43cf2760588281414ca9d0e5276da5.tar.xz
systemtap-steved-63d4bb3c5d43cf2760588281414ca9d0e5276da5.zip
typos
Diffstat (limited to 'testsuite/buildok/five.stp')
-rwxr-xr-xtestsuite/buildok/five.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/buildok/five.stp b/testsuite/buildok/five.stp
index 7663e50c..7e84bb8d 100755
--- a/testsuite/buildok/five.stp
+++ b/testsuite/buildok/five.stp
@@ -1,4 +1,4 @@
#! stap -p4
-probe kernel.function("schedule") { log "arrival" }
-probe kernel.function("schedule").return { log "departure" }
+probe kernel.function("schedule") { log ("arrival") }
+probe kernel.function("schedule").return { log ("departure") }