From 3ae203b24203fc169e39f7b733f11038aafa80ef Mon Sep 17 00:00:00 2001 From: dsmith Date: Tue, 26 Sep 2006 21:39:52 +0000 Subject: 2006-09-26 David Smith * README: Changed 'stpd' references to 'staprun'. * README.doc: Ditto. * TODO: Ditto. * io.c: Ditto. * print.c: Ditto. * runtime.h: Ditto. * bench2/bench.rb: Ditto. --- runtime/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/runtime.h') diff --git a/runtime/runtime.h b/runtime/runtime.h index dec664d5..26153cb7 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -38,7 +38,7 @@ #ifdef DEBUG /** Prints debug line. - * This function prints a debug message immediately to stpd. + * This function prints a debug message immediately to staprun. * If the last character is not a newline, then one is added. * @param args A variable number of args in a format like printf. * @ingroup io -- cgit