]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/networking/udplite.txt
Start split out of common open firmware code
[karo-tx-linux.git] / Documentation / networking / udplite.txt
index dd6f46b83dab126f70463b3c476a8ad42997979c..6be09ba24a365f25e1c16881f7560d63a2cef3e3 100644 (file)
   3) Disabling the Checksum Computation
 
   On both sender and receiver, checksumming will always be performed
-  and can not be disabled using SO_NO_CHECK. Thus
+  and cannot be disabled using SO_NO_CHECK. Thus
 
         setsockopt(sockfd, SOL_SOCKET, SO_NO_CHECK,  ... );