diff options
author | dsmith <dsmith> | 2006-09-26 21:37:39 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-09-26 21:37:39 +0000 |
commit | 5b855b71330c5568385ce4c6e8eeb01ea2090527 (patch) | |
tree | 893de405afc08252ae4181f0040292c3c8083fb6 /runtime/user/print.c | |
parent | 2d323e45a77a446753d749ff5038ff548a2c7537 (diff) | |
download | systemtap-steved-5b855b71330c5568385ce4c6e8eeb01ea2090527.tar.gz systemtap-steved-5b855b71330c5568385ce4c6e8eeb01ea2090527.tar.xz systemtap-steved-5b855b71330c5568385ce4c6e8eeb01ea2090527.zip |
2006-09-26 David Smith <dsmith@redhat.com>
* io.c: Changed 'stpd' references to 'staprun'.
* print.c: Ditto.
Diffstat (limited to 'runtime/user/print.c')
-rw-r--r-- | runtime/user/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/user/print.c b/runtime/user/print.c index 261e191d..acc938b9 100644 --- a/runtime/user/print.c +++ b/runtime/user/print.c @@ -12,7 +12,7 @@ * _stp_print_flush() is called. * * The reason to do this is to allow multiple small prints to be combined then - * timestamped and sent together to stpd. It could flush automatically on newlines, + * timestamped and sent together to staprun. It could flush automatically on newlines, * but what about stack traces which span many lines? So try this and see how it works for us. * @{ */ |