summaryrefslogtreecommitdiffstats
path: root/crypto/telnet/telnetd/telnetd.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/telnet/telnetd/telnetd.c')
-rw-r--r--crypto/telnet/telnetd/telnetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/telnet/telnetd/telnetd.c b/crypto/telnet/telnetd/telnetd.c
index 9cf34b0..96267b4 100644
--- a/crypto/telnet/telnetd/telnetd.c
+++ b/crypto/telnet/telnetd/telnetd.c
@@ -112,7 +112,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];
OpenPOWER on IntegriCloud