summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/syslogd/syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c
index 1b82086ce65..5773050ee93 100644
--- a/usr.sbin/syslogd/syslogd.c
+++ b/usr.sbin/syslogd/syslogd.c
@@ -949,7 +949,7 @@ init(signo)
/*
* check for end-of-section, comments, strip off trailing
* spaces and newline character. #!prog and !prog are treated
- * specially: the following lines apply only to that program.
+ * specially: the following lines apply only to that program.
*/
for (p = cline; isspace(*p); ++p)
continue;