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 <georgedanielmangum@gmail.com>
This commit is contained in:
Daniel Mangum 2024-10-11 08:46:23 -04:00 committed by Henrik Brix Andersen
parent a131e85a94
commit 52540d8412
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ struct net_conn_handle;
/** /**
* Note that we do not store the actual source IP address in the context * 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 * If there is no such source address there, the packet cannot be sent
* anyway. This saves 12 bytes / context in IPv6. * anyway. This saves 12 bytes / context in IPv6.
*/ */