svn commit: r201688 - head/sys/netinet6

Bjoern A. Zeeb bz at FreeBSD.org
Wed Jan 6 23:05:01 UTC 2010


Author: bz
Date: Wed Jan  6 23:05:00 2010
New Revision: 201688
URL: http://svn.freebsd.org/changeset/base/201688

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

Modified:
  head/sys/netinet6/icmp6.c

Modified: head/sys/netinet6/icmp6.c
==============================================================================
--- head/sys/netinet6/icmp6.c	Wed Jan  6 23:02:35 2010	(r201687)
+++ head/sys/netinet6/icmp6.c	Wed Jan  6 23:05:00 2010	(r201688)
@@ -296,7 +296,7 @@ icmp6_error(struct mbuf *m, int type, in
 	 * 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-all mailing list