Skip to content

Commit

Permalink
net: fix note about source address in net_context
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
hasheddan authored and henrikbrixandersen committed Oct 14, 2024
1 parent a131e85 commit 52540d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zephyr/net/net_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ struct net_conn_handle;

/**
* Note that we do not store the actual source IP address in the context
* because the address is already be set in the network interface struct.
* because the address is already set in the network interface struct.
* If there is no such source address there, the packet cannot be sent
* anyway. This saves 12 bytes / context in IPv6.
*/
Expand Down

0 comments on commit 52540d8

Please sign in to comment.