git: d04df664776b - main - bootpd(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 21:03:57 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=d04df664776b436f712051520d48f84be93ab269
commit d04df664776b436f712051520d48f84be93ab269
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-22 20:46:31 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-22 20:46:31 +0000
bootpd(8): Fix a typo in a source code comment
- s/adddress/address/
MFC after: 3 days
---
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 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).
*/