From d32c844b795a49e5b1738e94f3a46f3baeba8d33 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 9 Mar 2006 20:12:50 +0000 Subject: Fix typo in comment. --- examples/prof.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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" -- cgit