Merge commit 'v2.6.39-rc4' into next
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / ipv6 / ip6_output.c
index 1820887..46cf7be 100644 (file)
@@ -779,7 +779,7 @@ slow_path:
                /* IF: it doesn't fit, use 'mtu' - the data space left */
                if (len > mtu)
                        len = mtu;
-               /* IF: we are not sending upto and including the packet end
+               /* IF: we are not sending up to and including the packet end
                   then align the next start on an eight byte boundary */
                if (len < left) {
                        len &= ~7;