aboutsummaryrefslogtreecommitdiffstats
path: root/sync_pipe_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'sync_pipe_write.c')
-rw-r--r--sync_pipe_write.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync_pipe_write.c b/sync_pipe_write.c
index b18adedd19..d93897e154 100644
--- a/sync_pipe_write.c
+++ b/sync_pipe_write.c
@@ -62,8 +62,8 @@ pipe_write_header(int pipe_fd, char indicator, int length)
}
-/* write a message to the recipient pipe in the standard format
- (3 digit message length (excluding length and indicator field),
+/* write a message to the recipient pipe in the standard format
+ (3 digit message length (excluding length and indicator field),
1 byte message indicator and the rest is the message).
If msg is NULL, the message has only a length and indicator. */
void