svn commit: r202472 - stable/6/sys/netinet6

Bjoern A. Zeeb bz at FreeBSD.org
Sun Jan 17 13:24:29 UTC 2010


Author: bz
Date: Sun Jan 17 13:24:28 2010
New Revision: 202472
URL: http://svn.freebsd.org/changeset/base/202472

Log:
  MFC r201688:
  
    Correct a typo.
  
    Submitted by: sn_ (sn_ gmx.net) on hackers@

Modified:
  stable/6/sys/netinet6/icmp6.c
Directory Properties:
  stable/6/sys/   (props changed)
  stable/6/sys/contrib/pf/   (props changed)
  stable/6/sys/dev/cxgb/   (props changed)

Modified: stable/6/sys/netinet6/icmp6.c
==============================================================================
--- stable/6/sys/netinet6/icmp6.c	Sun Jan 17 13:24:15 2010	(r202471)
+++ stable/6/sys/netinet6/icmp6.c	Sun Jan 17 13:24:28 2010	(r202472)
@@ -281,7 +281,7 @@ icmp6_error(m, type, code, param)
 	 * we should basically suppress sending an error (RFC 2463, Section
 	 * 2.4).
 	 * We have two exceptions (the item e.2 in that section):
-	 * - the Pakcet Too Big message can be sent for path MTU discovery.
+	 * - the Packet Too Big message can be sent for path MTU discovery.
 	 * - the Parameter Problem Message that can be allowed an icmp6 error
 	 *   in the option type field.  This check has been done in
 	 *   ip6_unknown_opt(), so we can just check the type and code.


More information about the svn-src-stable-6 mailing list