summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
diff options
context:
space:
mode:
authordsmith <dsmith>2006-09-26 21:39:52 +0000
committerdsmith <dsmith>2006-09-26 21:39:52 +0000
commit3ae203b24203fc169e39f7b733f11038aafa80ef (patch)
tree50ff792a57834d21fba71791276dd7de519bac13 /runtime/runtime.h
parentcc6dac44fe06855e8d1f69f9582ba5525869c4ab (diff)
downloadsystemtap-steved-3ae203b24203fc169e39f7b733f11038aafa80ef.tar.gz
systemtap-steved-3ae203b24203fc169e39f7b733f11038aafa80ef.tar.xz
systemtap-steved-3ae203b24203fc169e39f7b733f11038aafa80ef.zip
2006-09-26 David Smith <dsmith@redhat.com>
* README: Changed 'stpd' references to 'staprun'. * README.doc: Ditto. * TODO: Ditto. * io.c: Ditto. * print.c: Ditto. * runtime.h: Ditto. * bench2/bench.rb: Ditto.
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h2
1 files changed, 1 insertions, 1 deletions
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