Module Name: src
Committed By: liamjfoy
Date: Mon Jan 9 22:26:44 UTC 2012
Modified Files:
src/sys/netinet: udp_usrreq.c
Log Message:
minor typo fix
To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/sys/netinet/udp_usrreq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/netinet/udp_usrreq.c
diff -u src/sys/netinet/udp_usrreq.c:1.184 src/sys/netinet/udp_usrreq.c:1.185
--- src/sys/netinet/udp_usrreq.c:1.184 Mon Dec 19 11:59:57 2011
+++ src/sys/netinet/udp_usrreq.c Mon Jan 9 22:26:44 2012
@@ -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 @@ udp4_espinudp(struct mbuf **mp, int off,
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