From 4732904942dfb56ae4eeb93630a55b3548f1f543 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Thu, 15 Sep 2022 10:28:52 +0200 Subject: [PATCH] bootptest: Fix a typo in a source code comment - s/avaible/available/ MFC after: 3 days --- libexec/bootpd/tools/bootptest/print-bootp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c index 21bff5f2996..c7a5a4400b3 100644 --- a/libexec/bootpd/tools/bootptest/print-bootp.c +++ b/libexec/bootpd/tools/bootptest/print-bootp.c @@ -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) {