Fix common misspellings
[deliverable/linux.git] / net / ipv4 / ip_output.c
index 67f241b9764923815c11aecffc543001c3d3823b..459c011b1d4a7cff1bba4f40126ad22947996b2c 100644 (file)
@@ -603,7 +603,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;
This page took 0.036684 seconds and 5 git commands to generate.