diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-01-02 18:03:06 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-01-02 18:03:06 +0000 |
commit | aaebf0e4ab96a76c4c5fbe5a3caac20d16ebc5fe (patch) | |
tree | b8c17640efd54084b86c30ae8a85de3d86413c24 /regress | |
parent | 31047eee00be65ad496c1084d6bd94f1435d2806 (diff) |
tyop in comment
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sys/kern/pty/ptyhog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sys/kern/pty/ptyhog.c b/regress/sys/kern/pty/ptyhog.c index 3da987a1dc4..aedb6c8d301 100644 --- a/regress/sys/kern/pty/ptyhog.c +++ b/regress/sys/kern/pty/ptyhog.c @@ -30,7 +30,7 @@ #define BUF_SIZE 1024 /* - * Exercise a bug in ptcwrite() when we git the TTYHOG limit if + * Exercise a bug in ptcwrite() when we hit the TTYHOG limit if * the tty is in raw mode. */ static void sigalrm(int signo) |