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/netinet6 | |
parent | 1bd06f0549fbad4189f93bd32487e0a394e8fa3c (diff) |
specifed -> specified
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/in6_pcb.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |