summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
diff options
context:
space:
mode:
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