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>
This commit is contained in:
parent
f97713ff19
commit
30daca5f77
@ -92,8 +92,8 @@ struct icmp {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Lower bounds on packet lengths for various types.
|
* Lower bounds on packet lengths for various types.
|
||||||
* For the error advice packets must first insure that the
|
* For the error advice packets must first ensure that the
|
||||||
* packet is large enought to contain the returned ip header.
|
* packet is large enough to contain the returned ip header.
|
||||||
* Only then can we do the check to see if 64 bits of packet
|
* 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
|
* data have been returned, since we need to check the returned
|
||||||
* ip header length.
|
* ip header length.
|
||||||
|
Loading…
Reference in New Issue
Block a user