diff options
-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" |