diff options
author | dsmith <dsmith> | 2006-09-26 21:39:52 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-09-26 21:39:52 +0000 |
commit | 3ae203b24203fc169e39f7b733f11038aafa80ef (patch) | |
tree | 50ff792a57834d21fba71791276dd7de519bac13 /runtime/runtime.h | |
parent | cc6dac44fe06855e8d1f69f9582ba5525869c4ab (diff) | |
download | systemtap-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.h | 2 |
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 |