slirp: Fix spelling in comment (enought -> enough, insure -> ensure)
authorStefan Weil <sw@weilnetz.de>
Thu, 27 Sep 2012 18:57:38 +0000 (20:57 +0200)
committerStefan Hajnoczi <stefanha@gmail.com>
Fri, 5 Oct 2012 12:24:37 +0000 (14:24 +0200)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
slirp/ip_icmp.h

index 1a1af91..be4426b 100644 (file)
@@ -92,8 +92,8 @@ struct icmp {
 
 /*
  * Lower bounds on packet lengths for various types.
- * For the error advice packets must first insure that the
- * packet is large enought to contain the returned ip header.
+ * For the error advice packets must first ensure that the
+ * packet is large enough to contain the returned ip header.
  * Only then can we do the check to see if 64 bits of packet
  * data have been returned, since we need to check the returned
  * ip header length.