We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4631d5 commit 69afd80Copy full SHA for 69afd80
subsys/net/ip/connection.c
@@ -842,9 +842,9 @@ enum net_verdict net_conn_input(struct net_pkt *pkt,
842
return NET_DROP;
843
}
844
845
- /* TODO : Make core part of networing subsystem less depedant on
+ /* TODO: Make core part of networing subsystem less dependent on
846
* UDP, TCP, IPv4 or IPv6. So that we can add new features with
847
- * less dependency.
+ * less cross-module changes.
848
*/
849
#if defined(CONFIG_NET_CONN_CACHE) && \
850
(defined(CONFIG_NET_UDP) || defined(CONFIG_NET_TCP))
0 commit comments