diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 17:37:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 17:37:29 +0000 |
commit | 1327f4d07532a559f7aa2205c8a4569a2c0828fb (patch) | |
tree | f8a78214425d8ab17b8a1ba14ce3ccbe9f51b3bc /sys | |
parent | 8727b7c08864692c23d9230efd7281a0f85e6a85 (diff) |
typos from alexey dobriyan;
Diffstat (limited to 'sys')
-rw-r--r-- | sys/lib/libsa/bootp.c | 4 | ||||
-rw-r--r-- | sys/net/radix.c | 4 | ||||
-rw-r--r-- | sys/netinet6/nd6_nbr.c | 4 | ||||
-rw-r--r-- | sys/scsi/scsi_base.c | 4 | ||||
-rw-r--r-- | sys/sys/sysctl.h | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/lib/libsa/bootp.c b/sys/lib/libsa/bootp.c index d553a634832..648859edf60 100644 --- a/sys/lib/libsa/bootp.c +++ b/sys/lib/libsa/bootp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bootp.c,v 1.11 2003/08/11 06:23:09 deraadt Exp $ */ +/* $OpenBSD: bootp.c,v 1.12 2006/02/06 17:37:28 jmc Exp $ */ /* $NetBSD: bootp.c,v 1.10 1996/10/13 02:28:59 christos Exp $ */ /* @@ -63,7 +63,7 @@ static ssize_t bootprecv(struct iodesc *, void *, size_t, time_t); static void vend_cmu(u_char *); static void vend_rfc1048(u_char *, u_int); -/* Fetch required bootp infomation */ +/* Fetch required bootp information */ void bootp(int sock) { diff --git a/sys/net/radix.c b/sys/net/radix.c index 3dd794817bd..7f0650bf695 100644 --- a/sys/net/radix.c +++ b/sys/net/radix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: radix.c,v 1.19 2005/05/15 16:40:09 henning Exp $ */ +/* $OpenBSD: radix.c,v 1.20 2006/02/06 17:37:28 jmc Exp $ */ /* $NetBSD: radix.c,v 1.20 2003/08/07 16:32:56 agc Exp $ */ /* @@ -99,7 +99,7 @@ static struct radix_mask *rn_new_radix_mask(struct radix_node *, * node as high in the tree as we can go. * * The present version of the code makes use of normal routes in short- - * circuiting an explict mask and compare operation when testing whether + * circuiting an explicit mask and compare operation when testing whether * a key satisfies a normal route, and also in remembering the unique leaf * that governs a subtree. */ diff --git a/sys/netinet6/nd6_nbr.c b/sys/netinet6/nd6_nbr.c index 1bc31662d73..e4cce30453f 100644 --- a/sys/netinet6/nd6_nbr.c +++ b/sys/netinet6/nd6_nbr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nd6_nbr.c,v 1.37 2005/02/10 03:40:16 itojun Exp $ */ +/* $OpenBSD: nd6_nbr.c,v 1.38 2006/02/06 17:37:28 jmc Exp $ */ /* $KAME: nd6_nbr.c,v 1.61 2001/02/10 16:06:14 jinmei Exp $ */ /* @@ -230,7 +230,7 @@ nd6_ns_input(m, off, icmp6len) } if (!ifa) { /* - * We've got an NS packet, and we don't have that adddress + * We've got an NS packet, and we don't have that address * assigned for us. We MUST silently ignore it. * See RFC2461 7.2.3. */ diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c index 29683a3c39c..744a4252197 100644 --- a/sys/scsi/scsi_base.c +++ b/sys/scsi/scsi_base.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_base.c,v 1.98 2005/11/28 16:51:29 mickey Exp $ */ +/* $OpenBSD: scsi_base.c,v 1.99 2006/02/06 17:37:28 jmc Exp $ */ /* $NetBSD: scsi_base.c,v 1.43 1997/04/02 02:29:36 mycroft Exp $ */ /* @@ -847,7 +847,7 @@ scsi_scsi_cmd(sc_link, scsi_cmd, cmdlen, data_addr, datalen, s = splbio(); /* - * we have finished with the xfer stuct, free it and + * we have finished with the xfer struct, free it and * check if anyone else needs to be started up. */ scsi_free_xs(xs); diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 41ed2f82800..60c0fd22ca2 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysctl.h,v 1.85 2005/12/13 00:35:23 millert Exp $ */ +/* $OpenBSD: sysctl.h,v 1.86 2006/02/06 17:37:28 jmc Exp $ */ /* $NetBSD: sysctl.h,v 1.16 1996/04/09 20:55:36 cgd Exp $ */ /* @@ -618,7 +618,7 @@ struct kinfo_proc2 { * CTL_DEBUG definitions * * Second level identifier specifies which debug variable. - * Third level identifier specifies which stucture component. + * Third level identifier specifies which structure component. */ #define CTL_DEBUG_NAME 0 /* string: variable name */ #define CTL_DEBUG_VALUE 1 /* int: variable value */ |