Skip to content

Commit 52540d8

Browse files
hasheddanhenrikbrixandersen
authored andcommitted
net: fix note about source address in net_context
Removes extraneous word in note on net_context struct describing why the source address is not stored directly in struct. Signed-off-by: Daniel Mangum <[email protected]>
1 parent a131e85 commit 52540d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/net/net_context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ struct net_conn_handle;
200200

201201
/**
202202
* Note that we do not store the actual source IP address in the context
203-
* because the address is already be set in the network interface struct.
203+
* because the address is already set in the network interface struct.
204204
* If there is no such source address there, the packet cannot be sent
205205
* anyway. This saves 12 bytes / context in IPv6.
206206
*/

0 commit comments

Comments
 (0)