Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Jan 2010 19:11:02 +0100
From:      "sn_" <sn_@gmx.net>
To:        freebsd-hackers@freebsd.org
Subject:   [PATCH] Fix typo in icmp6_error comment
Message-ID:  <20100106181102.245020@gmx.net>

next in thread | raw e-mail | index | archive | help
The patch fixes a small typo in the icmp6_error comment. It's called 'Packet Too Big'. (synched from openbsd)

Index: icmp6.c
===================================================================
--- icmp6.c     (revision 201658)
+++ icmp6.c     (working copy)
@@ -296,7 +296,7 @@
         * 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.

-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100106181102.245020>