aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-01-22 20:46:31 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-01-22 20:46:31 +0000
commitd04df664776b436f712051520d48f84be93ab269 (patch)
tree9302098052ea3a2dc6966be525bc691921fb7678
parent7f3184ba797452703904d33377dada5f0f8eae96 (diff)
downloadsrc-d04df664776b436f712051520d48f84be93ab269.tar.gz
src-d04df664776b436f712051520d48f84be93ab269.zip
bootpd(8): Fix a typo in a source code comment
- s/adddress/address/ MFC after: 3 days
-rw-r--r--libexec/bootpd/dumptab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c
index 3961cb4210cb..9b839c26c5b9 100644
--- a/libexec/bootpd/dumptab.c
+++ b/libexec/bootpd/dumptab.c
@@ -323,7 +323,7 @@ dump_generic(FILE *fp, struct shared_bindata *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).
*/