aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-15 08:28:52 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-15 08:28:52 +0000
commit4732904942dfb56ae4eeb93630a55b3548f1f543 (patch)
treed9b6b8c41b92356112378497b64bf150cb053914 /libexec/bootpd
parentc86b1d99658670d7c30e791d2ad5a63527170e22 (diff)
downloadsrc-4732904942dfb56ae4eeb93630a55b3548f1f543.tar.gz
src-4732904942dfb56ae4eeb93630a55b3548f1f543.zip
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/tools/bootptest/print-bootp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c
index 21bff5f29964..c7a5a4400b37 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) {