Update a couple of comments.

PR:		67139
Submitted by:	Xin LI <[3]delphij@FreeBSD.org.cn>
Obtained from:	OpenBSD
This commit is contained in:
David Malone 2004-05-29 23:14:03 +00:00
parent 3a7dc24c44
commit a944213190
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129851

View File

@ -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>