diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-04 22:36:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-04 22:36:14 +0000 |
commit | ebba6da9fcea4fb0eb5e541b68695bbbda9e62d0 (patch) | |
tree | 044768ce10999ffa86414990d44a8c831eb74140 /sys | |
parent | 96e263cfced04c4ec20b735a1e8047dbd1fc025e (diff) |
spelling
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/sunos/sunos_ioctl.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/bktr/bktr_audio.c | 4 | ||||
-rw-r--r-- | sys/net/if_gre.c | 4 | ||||
-rw-r--r-- | sys/netccitt/README.hdlc | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/compat/sunos/sunos_ioctl.c b/sys/compat/sunos/sunos_ioctl.c index 3d43e1f5092..fbb9e2813fb 100644 --- a/sys/compat/sunos/sunos_ioctl.c +++ b/sys/compat/sunos/sunos_ioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sunos_ioctl.c,v 1.13 2002/03/14 01:26:50 millert Exp $ */ +/* $OpenBSD: sunos_ioctl.c,v 1.14 2003/01/04 22:36:12 deraadt Exp $ */ /* $NetBSD: sunos_ioctl.c,v 1.23 1996/03/14 19:33:46 christos Exp $ */ /* @@ -779,7 +779,7 @@ sunos_sys_ioctl(p, v, retval) /* * The bsd driver does not distinguish between paused and * active. (In the sun driver, not active means samples are - * not ouput at all, but paused means the last streams buffer + * not output at all, but paused means the last streams buffer * is drained and then output stops.) If either are 0, then * when stop output. Otherwise, if either are non-zero, * we resume. diff --git a/sys/dev/pci/bktr/bktr_audio.c b/sys/dev/pci/bktr/bktr_audio.c index 1f437c4e527..ecb4912e49e 100644 --- a/sys/dev/pci/bktr/bktr_audio.c +++ b/sys/dev/pci/bktr/bktr_audio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bktr_audio.c,v 1.1 2001/03/28 03:27:09 fgsch Exp $ */ +/* $OpenBSD: bktr_audio.c,v 1.2 2003/01/04 22:36:12 deraadt Exp $ */ /* $FreeBSD: src/sys/dev/bktr/bktr_audio.c,v 1.8 2000/10/31 13:09:56 roger Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) @@ -490,7 +490,7 @@ void msp_autodetect( bktr_ptr_t bktr ) { } - /* MSP3415D SPECIAL CASE Use the Tuner's Mono audio ouput for the MSP */ + /* MSP3415D SPECIAL CASE Use the Tuner's Mono audio output for the MSP */ /* (for Hauppauge 44xxx card with Tuner Type 0x2a) */ else if ( ( (strncmp("3415D", bktr->msp_version_string, 5) == 0) &&(bktr->msp_use_mono_source == 1) diff --git a/sys/net/if_gre.c b/sys/net/if_gre.c index 85194a8963b..ba53ea8e2b5 100644 --- a/sys/net/if_gre.c +++ b/sys/net/if_gre.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gre.c,v 1.24 2002/08/28 15:43:02 pefo Exp $ */ +/* $OpenBSD: if_gre.c,v 1.25 2003/01/04 22:36:12 deraadt Exp $ */ /* $NetBSD: if_gre.c,v 1.9 1999/10/25 19:18:11 drochner Exp $ */ /* @@ -555,7 +555,7 @@ gre_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) * which would be taken by ip_output(), as this one will loop back to * us. If the interface is p2p as a--->b, then a routing entry exists * If we now send a packet to b (e.g. ping b), this will come down here - * gets src=a, dst=b tacked on and would from ip_ouput() sent back to + * gets src=a, dst=b tacked on and would from ip_output() sent back to * if_gre. * Goal here is to compute a route to b that is less specific than * a-->b. We know that this one exists as in normal operation we have diff --git a/sys/netccitt/README.hdlc b/sys/netccitt/README.hdlc index e874ac98935..104047642a2 100644 --- a/sys/netccitt/README.hdlc +++ b/sys/netccitt/README.hdlc @@ -1,4 +1,4 @@ -/* $OpenBSD: README.hdlc,v 1.2 1997/02/24 14:34:13 niklas Exp $ */ +/* $OpenBSD: README.hdlc,v 1.3 2003/01/04 22:36:12 deraadt Exp $ */ /* $NetBSD: README.hdlc,v 1.4 1994/06/29 06:36:58 cgd Exp $ */ /* @@ -17,7 +17,7 @@ * * The HDLC protocol layer interface consists of the following procedures: * Hd_init (pr_init) - * Hd_ouput (pr_output) + * Hd_output (pr_output) * Hd_input (pr_input) * Hd_timer (pr_slowtimo) * |