diff options
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 405282796..716e41f5f 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c @@ -201,7 +201,7 @@ static void log_to_shmem(const char *msg, int len) /* Circular Buffer Algorithm: * -------------------------- - * tail == position where to store next syslog message. + * tail == position where to store next syslog message. * head == position of next message to retrieve ("print"). * if head == tail, there is no "unprinted" messages left. * head is typically advanced by separate "reader" program, |