diff options
author | 2003-01-05 20:07:44 +0000 | |
---|---|---|
committer | 2003-01-05 20:07:44 +0000 | |
commit | 530175d9937e87f868f92dbb0b5eb867633d5777 (patch) | |
tree | 59ebbd8486eba864d25cfdaf587decfa154e82f2 | |
parent | regen (diff) | |
download | wireguard-openbsd-530175d9937e87f868f92dbb0b5eb867633d5777.tar.xz wireguard-openbsd-530175d9937e87f868f92dbb0b5eb867633d5777.zip |
spelling
-rw-r--r-- | lib/libc/sys/getsockname.2 | 4 | ||||
-rw-r--r-- | share/man/man9/rasops.9 | 4 | ||||
-rw-r--r-- | sys/dev/ic/xl.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/hifn7751var.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2 index 31c2f5a0c70..53063291132 100644 --- a/lib/libc/sys/getsockname.2 +++ b/lib/libc/sys/getsockname.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsockname.2,v 1.16 2001/08/06 10:42:26 mpech Exp $ +.\" $OpenBSD: getsockname.2,v 1.17 2003/01/05 20:07:44 deraadt Exp $ .\" $NetBSD: getsockname.2,v 1.6 1995/10/12 15:41:00 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -74,7 +74,7 @@ can be used. takes three parameters: .Pp .Fa s , -Contains the file desriptor for the socket to be looked up. +Contains the file descriptor for the socket to be looked up. .Pp .Fa name points to a diff --git a/share/man/man9/rasops.9 b/share/man/man9/rasops.9 index 4ca8610cc16..4a026627f32 100644 --- a/share/man/man9/rasops.9 +++ b/share/man/man9/rasops.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rasops.9,v 1.2 2002/11/08 08:08:47 mpech Exp $ +.\" $OpenBSD: rasops.9,v 1.3 2003/01/05 20:07:44 deraadt Exp $ .\" $NetBSD: rasops.9,v 1.4 2002/02/13 08:18:50 ross Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -155,7 +155,7 @@ completed successfully .It Fn rasops_init "ri" "wantrows" "wantcols" Initialise a .Em rasops_info -desriptor. +descriptor. The arguments .Fa wantrows and diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c index 26174c92b9f..511decb73d6 100644 --- a/sys/dev/ic/xl.c +++ b/sys/dev/ic/xl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xl.c,v 1.47 2002/12/02 22:04:38 jason Exp $ */ +/* $OpenBSD: xl.c,v 1.48 2003/01/05 20:07:44 deraadt Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -1062,7 +1062,7 @@ int xl_list_tx_init(sc) } /* - * Initialize the transmit desriptors. + * Initialize the transmit descriptors. */ int xl_list_tx_init_90xB(sc) diff --git a/sys/dev/pci/hifn7751var.h b/sys/dev/pci/hifn7751var.h index 647e211892f..c4a4e0025ad 100644 --- a/sys/dev/pci/hifn7751var.h +++ b/sys/dev/pci/hifn7751var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751var.h,v 1.45 2002/07/23 17:50:33 jason Exp $ */ +/* $OpenBSD: hifn7751var.h,v 1.46 2003/01/05 20:07:44 deraadt Exp $ */ /* * Invertex AEON / Hifn 7751 driver @@ -93,7 +93,7 @@ struct hifn_dma { u_int64_t test_src, test_dst; /* - * Our current positions for insertion and removal from the desriptor + * Our current positions for insertion and removal from the descriptor * rings. */ int cmdi, srci, dsti, resi; |