svn commit: r250302 - head/usr.sbin/rtadvd

Eitan Adler eadler at FreeBSD.org
Mon May 6 17:21:28 UTC 2013


Author: eadler
Date: Mon May  6 17:21:28 2013
New Revision: 250302
URL: http://svnweb.freebsd.org/changeset/base/250302

Log:
  Fix a typo in an error message.
  
  Obtained From:	DragonFlyBSD (commit 66e72101cc32272ae370b895ca3d9e3e99c5c3a8)

Modified:
  head/usr.sbin/rtadvd/rrenum.c

Modified: head/usr.sbin/rtadvd/rrenum.c
==============================================================================
--- head/usr.sbin/rtadvd/rrenum.c	Mon May  6 16:50:39 2013	(r250301)
+++ head/usr.sbin/rtadvd/rrenum.c	Mon May  6 17:21:28 2013	(r250302)
@@ -325,7 +325,7 @@ do_rr(int len, struct icmp6_router_renum
 		if ((size_t)len < sizeof(struct rr_pco_match)) {
 		    tooshort:
 			syslog(LOG_ERR, "<%s> pkt too short. left len = %d. "
-			    "gabage at end of pkt?", __func__, len);
+			    "garbage at end of pkt?", __func__, len);
 			return (1);
 		}
 		rpmlen = rpm->rpm_len << 3;


More information about the svn-src-head mailing list