aboutsummaryrefslogtreecommitdiff
path: root/slirp
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-09-27 20:57:38 +0200
committerStefan Hajnoczi <stefanha@gmail.com>2012-10-05 14:24:37 +0200
commit30daca5f77588a75bf9bcd604e21c5506402fabb (patch)
tree54404a20e8581057b7a226cc233221b16637f3ed /slirp
parentf97713ff191ab855ca5c03458f8dab0c9bf58443 (diff)
slirp: Fix spelling in comment (enought -> enough, insure -> ensure)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Diffstat (limited to 'slirp')
-rw-r--r--slirp/ip_icmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/slirp/ip_icmp.h b/slirp/ip_icmp.h
index 1a1af91e1e..be4426b8e7 100644
--- a/slirp/ip_icmp.h
+++ b/slirp/ip_icmp.h
@@ -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.