bootptest: Fix a typo in a source code comment

- s/avaible/available/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-15 10:28:52 +02:00
parent c86b1d9965
commit 4732904942

View file

@ -70,7 +70,7 @@ bootp_print(bp, length, sport, dport)
if (length != sizeof(struct bootp))
(void) printf(" [len=%d]", length);
/* 'ep' points to the end of avaible data. */
/* 'ep' points to the end of available data. */
ep = (u_char *) snapend;
switch (bp->bp_op) {