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 89f8d60ca..67324116d 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c @@ -408,7 +408,7 @@ static void domark(int sig) } } -/* This must be a #define, since when DODEBUG and BUFFERS_GO_IN_BSS are +/* This must be a #define, since when CONFIG_DEBUG and BUFFERS_GO_IN_BSS are * enabled, we otherwise get a "storage size isn't constant error. */ static int serveConnection(char *tmpbuf, int n_read) { |