summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorhunt <hunt>2006-03-09 20:12:50 +0000
committerhunt <hunt>2006-03-09 20:12:50 +0000
commitd32c844b795a49e5b1738e94f3a46f3baeba8d33 (patch)
tree975a36134b74154d671da90802bd67efc9f047cf /examples
parente4aab7c771fe2b08454c6c61a7887b0146f28f70 (diff)
downloadsystemtap-steved-d32c844b795a49e5b1738e94f3a46f3baeba8d33.tar.gz
systemtap-steved-d32c844b795a49e5b1738e94f3a46f3baeba8d33.tar.xz
systemtap-steved-d32c844b795a49e5b1738e94f3a46f3baeba8d33.zip
Fix typo in comment.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/prof.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/prof.stp b/examples/prof.stp
index db5bdf9b..986be65e 100755
--- a/examples/prof.stp
+++ b/examples/prof.stp
@@ -1,7 +1,7 @@
#!/usr/bin/env stap
# This is an example of profiling a specific command or pid.
-# It works by recordind the time when a system call is entered
+# It works by recording the time when a system call is entered
# exited.
# Usage: prof.stp -c "top -n5"