bootpd(8): Fix a typo in a source code comment

- s/adddress/address/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-01-22 21:46:31 +01:00
parent 7f3184ba79
commit d04df66477

View file

@ -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).
*/