Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Typo
details: https://anonhg.NetBSD.org/src/rev/d02edabdf2b5
branches: trunk
changeset: 825149:d02edabdf2b5
user: khorben <khorben%NetBSD.org@localhost>
date: Sat Jul 01 16:34:17 2017 +0000
description:
Typo
diffstat:
sys/external/bsd/ipf/netinet/ip_nat.c | 6 +++---
sys/external/bsd/ipf/netinet/ip_state.c | 8 ++++----
sys/sys/proc.h | 4 ++--
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r ce140cb1df9e -r d02edabdf2b5 sys/external/bsd/ipf/netinet/ip_nat.c
--- a/sys/external/bsd/ipf/netinet/ip_nat.c Sat Jul 01 16:25:15 2017 +0000
+++ b/sys/external/bsd/ipf/netinet/ip_nat.c Sat Jul 01 16:34:17 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_nat.c,v 1.17 2016/10/04 14:36:46 sborrill Exp $ */
+/* $NetBSD: ip_nat.c,v 1.18 2017/07/01 16:34:17 khorben Exp $ */
/*
* Copyright (C) 2012 by Darren Reed.
@@ -113,7 +113,7 @@
#if !defined(lint)
#if defined(__NetBSD__)
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_nat.c,v 1.17 2016/10/04 14:36:46 sborrill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_nat.c,v 1.18 2017/07/01 16:34:17 khorben Exp $");
#else
static const char sccsid[] = "@(#)ip_nat.c 1.11 6/5/96 (C) 1995 Darren Reed";
static const char rcsid[] = "@(#)Id: ip_nat.c,v 1.1.1.2 2012/07/22 13:45:27 darrenr Exp";
@@ -6012,7 +6012,7 @@
{
case ICMP_ECHOREPLY:
case ICMP_ECHO:
- /* route aedvertisement/solliciation is currently unsupported: */
+ /* route advertisement/sollicitation is currently unsupported: */
/* it would require rewriting the ICMP data section */
case ICMP_TSTAMP:
case ICMP_TSTAMPREPLY:
diff -r ce140cb1df9e -r d02edabdf2b5 sys/external/bsd/ipf/netinet/ip_state.c
--- a/sys/external/bsd/ipf/netinet/ip_state.c Sat Jul 01 16:25:15 2017 +0000
+++ b/sys/external/bsd/ipf/netinet/ip_state.c Sat Jul 01 16:34:17 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_state.c,v 1.7 2017/04/23 20:47:22 christos Exp $ */
+/* $NetBSD: ip_state.c,v 1.8 2017/07/01 16:34:17 khorben Exp $ */
/*
* Copyright (C) 2012 by Darren Reed.
@@ -100,7 +100,7 @@
#if !defined(lint)
#if defined(__NetBSD__)
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_state.c,v 1.7 2017/04/23 20:47:22 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_state.c,v 1.8 2017/07/01 16:34:17 khorben Exp $");
#else
static const char sccsid[] = "@(#)ip_state.c 1.8 6/5/96 (C) 1993-2000 Darren Reed";
static const char rcsid[] = "@(#)Id: ip_state.c,v 1.1.1.2 2012/07/22 13:45:37 darrenr Exp";
@@ -1349,7 +1349,7 @@
/*
* If a packet that was created locally is trying to go out but we
- * do not match here here because of this lock, it is likely that
+ * do not match here because of this lock, it is likely that
* the policy will block it and return network unreachable back up
* the stack. To mitigate this error, EAGAIN is returned instead,
* telling the IP stack to try sending this packet again later.
@@ -1414,7 +1414,7 @@
is->is_die = 1 + softc->ipf_ticks;
/*
* We want to check everything that is a property of this packet,
- * but we don't (automatically) care about it's fragment status as
+ * but we don't (automatically) care about its fragment status as
* this may change.
*/
is->is_pass = pass;
diff -r ce140cb1df9e -r d02edabdf2b5 sys/sys/proc.h
--- a/sys/sys/proc.h Sat Jul 01 16:25:15 2017 +0000
+++ b/sys/sys/proc.h Sat Jul 01 16:34:17 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.340 2017/03/30 20:17:11 christos Exp $ */
+/* $NetBSD: proc.h,v 1.341 2017/07/01 16:36:46 khorben Exp $ */
/*-
* Copyright (c) 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -200,7 +200,7 @@
};
/*
- * Emulation miscelaneous flags
+ * Emulation miscellaneous flags
*/
#define EMUL_HAS_SYS___syscall 0x001 /* Has SYS___syscall */
Home |
Main Index |
Thread Index |
Old Index