Skip to content

Commit 3bf08b3

Browse files
author
Ossama Othman
authored
listener-manager: Correct typo in internal docs. (#256)
1 parent 5aa815c commit 3bf08b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/listener_manager.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ struct lm_value
8282
* A @c padding member is added to allow the padding bytes to be
8383
* initialized to zero in a designated initializer, e.g.:
8484
* @code
85-
* struct endpoint_in endpoint = {
85+
* struct key_in key = {
8686
* .addr = 0xC0000202,
8787
* .port = 0x4321
8888
* };
@@ -102,7 +102,7 @@ struct key_in
102102
* A @c padding member is added to allow the padding bytes to be
103103
* initialized to zero in a designated initializer, e.g.:
104104
* @code
105-
* struct endpoint_in6 endpoint = {
105+
* struct key_in6 key = {
106106
* .addr = { .s6_addr = { [0] = 0x20,
107107
* [1] = 0x01,
108108
* [2] = 0x0D,

0 commit comments

Comments
 (0)