mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bootpd(8): Fix a typo in a source code comment
- s/adddress/address/ (cherry picked from commit d04df664776b436f712051520d48f84be93ab269)
This commit is contained in:
parent
7924b5f36b
commit
8ec7f15c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue