Skip to content

Commit 69afd80

Browse files
pfalcongalak
authored andcommitted
net: ip: connection: Typo fixes in comment
Fix typos and reword code comment on module dependencies a bit. Signed-off-by: Paul Sokolovsky <[email protected]>
1 parent f4631d5 commit 69afd80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subsys/net/ip/connection.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,9 +842,9 @@ enum net_verdict net_conn_input(struct net_pkt *pkt,
842842
return NET_DROP;
843843
}
844844

845-
/* TODO : Make core part of networing subsystem less depedant on
845+
/* TODO: Make core part of networing subsystem less dependent on
846846
* UDP, TCP, IPv4 or IPv6. So that we can add new features with
847-
* less dependency.
847+
* less cross-module changes.
848848
*/
849849
#if defined(CONFIG_NET_CONN_CACHE) && \
850850
(defined(CONFIG_NET_UDP) || defined(CONFIG_NET_TCP))

0 commit comments

Comments
 (0)