summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-05 11:26:45 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-05 11:26:45 +0000
commit7be7053b934ead7f39b63853f1c46977c330dadc (patch)
tree63d06dab4b870812a66ab9bd5e2374a2c5746aa9
parent2a2d3fa7e39c0374ab3c16793b7ad77c3058c70a (diff)
Notes
-rw-r--r--libexec/telnetd/telnetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c
index 5695f51ca73a..bcb5babc0db3 100644
--- a/libexec/telnetd/telnetd.c
+++ b/libexec/telnetd/telnetd.c
@@ -110,7 +110,7 @@ int registerd_host_only = 0;
/*
* Because of the way ptyibuf is used with streams messages, we need
- * ptyibuf+1 to be on a full-word boundary. The following wierdness
+ * ptyibuf+1 to be on a full-word boundary. The following weirdness
* is simply to make that happen.
*/
long ptyibufbuf[BUFSIZ/sizeof(long)+1];