diff options
Diffstat (limited to 'testsuite/systemtap.examples/io/iotime.stp')
-rwxr-xr-x | testsuite/systemtap.examples/io/iotime.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/io/iotime.stp b/testsuite/systemtap.examples/io/iotime.stp index 60fb09af..288e91d0 100755 --- a/testsuite/systemtap.examples/io/iotime.stp +++ b/testsuite/systemtap.examples/io/iotime.stp @@ -12,7 +12,7 @@ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Print out the amount of time spent in the read and write systemcall - * when a process closes each file is closed. Note that the systemtap + * when each file opened by the process is closed. Note that the systemtap * script needs to be running before the open operations occur for * the script to record data. * |