summaryrefslogtreecommitdiffstats
path: root/runtime/user/print.c
diff options
context:
space:
mode:
authordsmith <dsmith>2006-09-26 21:37:39 +0000
committerdsmith <dsmith>2006-09-26 21:37:39 +0000
commit5b855b71330c5568385ce4c6e8eeb01ea2090527 (patch)
tree893de405afc08252ae4181f0040292c3c8083fb6 /runtime/user/print.c
parent2d323e45a77a446753d749ff5038ff548a2c7537 (diff)
downloadsystemtap-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.c2
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.
* @{
*/