diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2004-05-29 23:14:03 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2004-05-29 23:14:03 +0000 |
commit | fa9a8a76e40aacdac41191bb7ddb738f29636720 (patch) | |
tree | f1c6570e94f5be2ac00a3d03f4c3b3101a857464 /usr.sbin | |
parent | 24d0dec0e86c51df91bc521a5825ba52911109c4 (diff) | |
download | FreeBSD-src-fa9a8a76e40aacdac41191bb7ddb738f29636720.zip FreeBSD-src-fa9a8a76e40aacdac41191bb7ddb738f29636720.tar.gz |
Update a couple of comments.
PR: 67139
Submitted by: Xin LI <[3]delphij@FreeBSD.org.cn>
Obtained from: OpenBSD
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/syslogd/syslogd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c index d1758cb..1c9086b 100644 --- a/usr.sbin/syslogd/syslogd.c +++ b/usr.sbin/syslogd/syslogd.c @@ -59,7 +59,7 @@ __FBSDID("$FreeBSD$"); * * Defined Constants: * - * MAXLINE -- the maximimum line length that can be handled. + * MAXLINE -- the maximum line length that can be handled. * DEFUPRI -- the default priority for user messages * DEFSPRI -- the default priority for kernel messages * @@ -77,7 +77,7 @@ __FBSDID("$FreeBSD$"); #define DEFUPRI (LOG_USER|LOG_NOTICE) #define DEFSPRI (LOG_KERN|LOG_CRIT) #define TIMERINTVL 30 /* interval for checking flush, mark */ -#define TTYMSGTIME 1 /* timed out passed to ttymsg */ +#define TTYMSGTIME 1 /* timeout passed to ttymsg */ #include <sys/param.h> #include <sys/ioctl.h> |