aboutsummaryrefslogtreecommitdiff
path: root/output.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-11-03 15:18:46 +0100
committerPetr Machata <pmachata@redhat.com>2012-11-03 15:18:46 +0100
commitf16088426b28ee68c2c614a0142d56a3ec7a9511 (patch)
treef13c85b10b9e06f78e722e638ca2bee53ef63de2 /output.h
parentd5199029878221dd7d73e413f71d080b7079d4e6 (diff)
downloadltrace-f16088426b28ee68c2c614a0142d56a3ec7a9511.tar.gz
Fix grammar in a comment
Diffstat (limited to 'output.h')
-rw-r--r--output.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/output.h b/output.h
index 6ef0ae9..0d16657 100644
--- a/output.h
+++ b/output.h
@@ -37,8 +37,7 @@ void output_right(enum tof type, struct Process *proc,
* WRITER is the function to do the output. It returns number of
* characters written, or a negative value if there were errors (like
* what fprintf does). If WRITER returns 0, it means nothing was
- * written, and separator shouldn't therefore be emitted as a
- * separator either.
+ * written, and separator shouldn't therefore be emitted either.
*
* NEED_DELIMP serves for keeping state between calls. It should
* point to a variable that is initialized to 0. DATA is passed