diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-25 21:27:17 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-25 21:27:17 +0000 |
commit | 4b5549eb7177dfc955b9247f9190ad9252c8039c (patch) | |
tree | 27bcc3ba33f8115a674ab5aa2e954560575e4b4e /usr.bin | |
parent | ea6c22ed3e8787ca90bd0c939d3f389e7e2ec427 (diff) |
"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mail/fio.c | 6 | ||||
-rw-r--r-- | usr.bin/rusers/rusers.c | 6 | ||||
-rw-r--r-- | usr.bin/talk/invite.c | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/mail/fio.c b/usr.bin/mail/fio.c index 57ee7046244..1c8e2759480 100644 --- a/usr.bin/mail/fio.c +++ b/usr.bin/mail/fio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fio.c,v 1.27 2006/11/16 00:16:29 ray Exp $ */ +/* $OpenBSD: fio.c,v 1.28 2007/05/25 21:27:16 krw Exp $ */ /* $NetBSD: fio.c,v 1.8 1997/07/07 22:57:55 phil Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static const char sccsid[] = "@(#)fio.c 8.2 (Berkeley) 4/20/95"; #else -static const char rcsid[] = "$OpenBSD: fio.c,v 1.27 2006/11/16 00:16:29 ray Exp $"; +static const char rcsid[] = "$OpenBSD: fio.c,v 1.28 2007/05/25 21:27:16 krw Exp $"; #endif #endif /* not lint */ @@ -213,7 +213,7 @@ readline(FILE *ibuf, char *linebuf, int linesize, int *signo) /* * Setup signal handlers if the caller asked us to catch signals. * Note that we do not restart system calls since we need the - * read to be interuptible. + * read to be interruptible. */ if (signo) { fiosignal = 0; diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index bd83bef2bd2..a6d9a352c89 100644 --- a/usr.bin/rusers/rusers.c +++ b/usr.bin/rusers/rusers.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rusers.c,v 1.27 2006/09/26 10:30:41 otto Exp $ */ +/* $OpenBSD: rusers.c,v 1.28 2007/05/25 21:27:16 krw Exp $ */ /* * Copyright (c) 2001, 2003 Todd C. Miller <Todd.Miller@courtesan.com> @@ -47,7 +47,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: rusers.c,v 1.27 2006/09/26 10:30:41 otto Exp $"; +static const char rcsid[] = "$OpenBSD: rusers.c,v 1.28 2007/05/25 21:27:16 krw Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -792,7 +792,7 @@ void alarmclock(int signo) { - ; /* just interupt */ + ; /* just interrupt */ } char * diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index 9703d172515..4576d55340b 100644 --- a/usr.bin/talk/invite.c +++ b/usr.bin/talk/invite.c @@ -1,4 +1,4 @@ -/* $OpenBSD: invite.c,v 1.12 2004/03/02 21:04:42 tedu Exp $ */ +/* $OpenBSD: invite.c,v 1.13 2007/05/25 21:27:16 krw Exp $ */ /* $NetBSD: invite.c,v 1.3 1994/12/09 02:14:18 jtc Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)invite.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = "$OpenBSD: invite.c,v 1.12 2004/03/02 21:04:42 tedu Exp $"; +static const char rcsid[] = "$OpenBSD: invite.c,v 1.13 2007/05/25 21:27:16 krw Exp $"; #endif /* not lint */ #include "talk.h" @@ -140,7 +140,7 @@ invite_remote(void) } /* - * Routine called on interupt to re-invite the callee + * Routine called on interrupt to re-invite the callee */ void re_invite(int dummy) |