diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-15 19:16:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-15 19:16:11 +0000 |
commit | c31e5e5bcf7bf7de0db1e46e17e91140609098bd (patch) | |
tree | a051f8ee9f13800ce454cf087cadb56157d3da5d /sys | |
parent | 1bd06f0549fbad4189f93bd32487e0a394e8fa3c (diff) |
specifed -> specified
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/cac.c | 4 | ||||
-rw-r--r-- | sys/netinet6/in6_pcb.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/cac.c b/sys/dev/ic/cac.c index ade55c7949d..026f7edd719 100644 --- a/sys/dev/ic/cac.c +++ b/sys/dev/ic/cac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cac.c,v 1.12 2003/03/06 22:31:21 mickey Exp $ */ +/* $OpenBSD: cac.c,v 1.13 2003/03/15 19:16:10 deraadt Exp $ */ /* $NetBSD: cac.c,v 1.15 2000/11/08 19:20:35 ad Exp $ */ /* @@ -420,7 +420,7 @@ cac_ccb_poll(struct cac_softc *sc, struct cac_ccb *wantccb, int timo) } /* - * Enqueue the specifed command (if any) and attempt to start all enqueued + * Enqueue the specified command (if any) and attempt to start all enqueued * commands. Must be called at splbio. */ int diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c index d207fb360f8..179a8981803 100644 --- a/sys/netinet6/in6_pcb.c +++ b/sys/netinet6/in6_pcb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_pcb.c,v 1.32 2002/09/11 03:15:36 itojun Exp $ */ +/* $OpenBSD: in6_pcb.c,v 1.33 2003/03/15 19:16:10 deraadt Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -651,7 +651,7 @@ in6_pcbnotify(head, dst, fport_arg, src, lport_arg, cmd, cmdarg, notify) /* * Detect if we should notify the error. If no source and - * destination ports are specifed, but non-zero flowinfo and + * destination ports are specified, but non-zero flowinfo and * local address match, notify the error. This is the case * when the error is delivered with an encrypted buffer * by ESP. Otherwise, just compare addresses and ports |