diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-09-27 20:57:38 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@gmail.com> | 2012-10-05 14:24:37 +0200 |
commit | 6643b9f70d8784d0e439c1b16016622a4ead312a (patch) | |
tree | d5630fa1478f24c615b568ea0c07f90271dcf669 | |
parent | 1281e634377e241896aed07c800924872c1903fa (diff) | |
download | slirp-6643b9f70d8784d0e439c1b16016622a4ead312a.zip slirp-6643b9f70d8784d0e439c1b16016622a4ead312a.tar.gz slirp-6643b9f70d8784d0e439c1b16016622a4ead312a.tar.bz2 |
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>
-rw-r--r-- | ip_icmp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |