Date: Sun, 18 Sep 2022 06:31:26 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c8c358786dc7 - stable/12 - bootptest: Fix a typo in a source code comment Message-ID: <202209180631.28I6VQvY078952@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c8c358786dc7a1f5cd67432a4f165e234af99b7d commit c8c358786dc7a1f5cd67432a4f165e234af99b7d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-15 08:28:52 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-18 06:31:18 +0000 bootptest: Fix a typo in a source code comment - s/avaible/available/ (cherry picked from commit 4732904942dfb56ae4eeb93630a55b3548f1f543) --- 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 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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209180631.28I6VQvY078952>