From cff9b99a475c0c7a54e92e8aaacb24d528c4679d Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 4 Feb 2004 17:08:46 +0000 Subject: [PATCH] Fixed editing error in a comment in previous commit. --- sys/sys/ttycom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h index d72703afb2a..d28ad59a859 100644 --- a/sys/sys/ttycom.h +++ b/sys/sys/ttycom.h @@ -64,7 +64,7 @@ struct winsize { /* 3-4 obsolete */ /* 5-7 obsolete or unused */ /* 8-10 compat */ - /* 11-12 obsolete or unusedor unused */ + /* 11-12 obsolete or unused */ #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */ #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */ /* 15 unused */