From 5b855b71330c5568385ce4c6e8eeb01ea2090527 Mon Sep 17 00:00:00 2001 From: dsmith Date: Tue, 26 Sep 2006 21:37:39 +0000 Subject: 2006-09-26 David Smith * io.c: Changed 'stpd' references to 'staprun'. * print.c: Ditto. --- runtime/user/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/user/print.c') 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. * @{ */ -- cgit