Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet minor typo fix



details:   https://anonhg.NetBSD.org/src/rev/ecba73377401
branches:  trunk
changeset: 772634:ecba73377401
user:      liamjfoy <liamjfoy%NetBSD.org@localhost>
date:      Mon Jan 09 22:26:44 2012 +0000

description:
minor typo fix

diffstat:

 sys/netinet/udp_usrreq.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7ba03034d015 -r ecba73377401 sys/netinet/udp_usrreq.c
--- a/sys/netinet/udp_usrreq.c  Mon Jan 09 22:20:53 2012 +0000
+++ b/sys/netinet/udp_usrreq.c  Mon Jan 09 22:26:44 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: udp_usrreq.c,v 1.184 2011/12/19 11:59:57 drochner Exp $        */
+/*     $NetBSD: udp_usrreq.c,v 1.185 2012/01/09 22:26:44 liamjfoy Exp $        */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.184 2011/12/19 11:59:57 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.185 2012/01/09 22:26:44 liamjfoy Exp $");
 
 #include "opt_inet.h"
 #include "opt_compat_netbsd.h"
@@ -1611,7 +1611,7 @@
        esp4_input(n, iphdrlen);
 #endif
 
-       /* We handled it, it shoudln't be handled by UDP */
+       /* We handled it, it shouldn't be handled by UDP */
        return 1;
 }
 #endif



Home | Main Index | Thread Index | Old Index