svn commit: r186167 - head/sys/net

Kip Macy kmacy at FreeBSD.org
Tue Dec 16 04:41:40 UTC 2008


Author: kmacy
Date: Tue Dec 16 04:41:39 2008
New Revision: 186167
URL: http://svn.freebsd.org/changeset/base/186167

Log:
  style and spelling fix

Modified:
  head/sys/net/if_llatbl.c
  head/sys/net/route.c

Modified: head/sys/net/if_llatbl.c
==============================================================================
--- head/sys/net/if_llatbl.c	Tue Dec 16 04:40:43 2008	(r186166)
+++ head/sys/net/if_llatbl.c	Tue Dec 16 04:41:39 2008	(r186167)
@@ -287,7 +287,7 @@ lla_rt_output(struct rt_msghdr *rtm, str
 			laflags = lle->la_flags;
 			LLE_WUNLOCK(lle);
 #ifdef INET
-			/*  gratuious ARP */
+			/*  gratuitous ARP */
 			if ((laflags & LLE_PUB) && dst->sa_family == AF_INET) {
 				arprequest(ifp, 
 				    &((struct sockaddr_in *)dst)->sin_addr,

Modified: head/sys/net/route.c
==============================================================================
--- head/sys/net/route.c	Tue Dec 16 04:40:43 2008	(r186166)
+++ head/sys/net/route.c	Tue Dec 16 04:41:39 2008	(r186167)
@@ -303,7 +303,7 @@ rtalloc1_fib(struct sockaddr *dst, int r
 		goto done;
 
 	} else if (needlock)
-			RADIX_NODE_HEAD_RUNLOCK(rnh);
+		RADIX_NODE_HEAD_RUNLOCK(rnh);
 	
 	/*
 	 * Either we hit the root or couldn't find any match,


More information about the svn-src-head mailing list