X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fdatapath.c;h=46bb6961cef5cbd51f5303b184e5e25790984ddc;hb=7dab847a19503f537c57c2215748f0b50b94f51e;hp=6a3b9ec70e4a42b39387d7c96af929be6c851573;hpb=2ad2eb042517b975d761d456cceb5c9325c4aaa7;p=openvswitch diff --git a/datapath/datapath.c b/datapath/datapath.c index 6a3b9ec7..46bb6961 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -670,7 +670,7 @@ out: * 4. CHECKSUM_UNNECESSARY (with proto_csum_blank true): This packet was * generated locally by a Xen DomU and has a partial checksum. If it is * handled on this machine (Dom0 or DomU), then the checksum will not be - * computed. If it goes off box, the checksum in the packet needs to + * computed. If it goes off box, the checksum in the packet needs to be * completed. Calling skb_checksum_setup converts this to CHECKSUM_HW * (CHECKSUM_PARTIAL) so that the checksum can be completed. In later * kernels, this combination is replaced with CHECKSUM_PARTIAL.