Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net/npf fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/76c5c5931b1e
branches:  trunk
changeset: 796536:76c5c5931b1e
user:      spz <spz%NetBSD.org@localhost>
date:      Sun Jun 08 12:12:56 2014 +0000

description:
fix typo in comment

diffstat:

 sys/net/npf/npf_alg_icmp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 24ea5a9d025b -r 76c5c5931b1e sys/net/npf/npf_alg_icmp.c
--- a/sys/net/npf/npf_alg_icmp.c        Sun Jun 08 10:40:52 2014 +0000
+++ b/sys/net/npf/npf_alg_icmp.c        Sun Jun 08 12:12:56 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: npf_alg_icmp.c,v 1.20 2014/02/19 03:51:31 rmind Exp $  */
+/*     $NetBSD: npf_alg_icmp.c,v 1.21 2014/06/08 12:12:56 spz Exp $    */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: npf_alg_icmp.c,v 1.20 2014/02/19 03:51:31 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npf_alg_icmp.c,v 1.21 2014/06/08 12:12:56 spz Exp $");
 
 #include <sys/param.h>
 #include <sys/module.h>
@@ -66,7 +66,7 @@
 static npf_alg_t *     alg_icmp        __read_mostly;
 
 /*
- * npfa_icmp_match: matching insperctor determines ALG case and associates
+ * npfa_icmp_match: matching inspector determines ALG case and associates
  * our ALG with the NAT entry.
  */
 static bool



Home | Main Index | Thread Index | Old Index