git: 8ec7f15c1d7a - stable/14 - bootpd(8): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 25 Jan 2024 06:48:24 UTC
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=8ec7f15c1d7a129ecbc16d2a46d4f76a03087aa1

commit 8ec7f15c1d7a129ecbc16d2a46d4f76a03087aa1
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:45:24 +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 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).
  */