diff options
author | hunt <hunt> | 2006-03-09 20:12:50 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-03-09 20:12:50 +0000 |
commit | d32c844b795a49e5b1738e94f3a46f3baeba8d33 (patch) | |
tree | 975a36134b74154d671da90802bd67efc9f047cf /examples | |
parent | e4aab7c771fe2b08454c6c61a7887b0146f28f70 (diff) | |
download | systemtap-steved-d32c844b795a49e5b1738e94f3a46f3baeba8d33.tar.gz systemtap-steved-d32c844b795a49e5b1738e94f3a46f3baeba8d33.tar.xz systemtap-steved-d32c844b795a49e5b1738e94f3a46f3baeba8d33.zip |
Fix typo in comment.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/prof.stp | 2 |
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" |