Date: Thu, 25 Jan 2024 06:53:04 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: 04866ffa491c - stable/13 - bootpd(8): Fix a typo in a source code comment Message-ID: <202401250653.40P6r49K034375@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=04866ffa491cca6ed1cc0916965aaa5932d72b3b commit 04866ffa491cca6ed1cc0916965aaa5932d72b3b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-22 20:46:31 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-25 06:50:46 +0000 bootpd(8): Fix a typo in a source code comment - s/adddress/address/ (cherry picked from commit d04df664776b436f712051520d48f84be93ab269) --- libexec/bootpd/dumptab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index d6839362f718..b8f564a99917 100644 --- a/libexec/bootpd/dumptab.c +++ b/libexec/bootpd/dumptab.c @@ -329,7 +329,7 @@ dump_generic(fp, generic) * * The addresses are printed in standard ASCII "dot" notation and separated * from one another by a single space. A single leading space is also - * printed before the first adddress. + * printed before the first address. * * Null lists produce no output (and no error). */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401250653.40P6r49K034375>