summaryrefslogtreecommitdiffstats
path: root/src/net/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/udp.c')
-rw-r--r--src/net/udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/udp.c b/src/net/udp.c
index 7966de09..34acc53f 100644
--- a/src/net/udp.c
+++ b/src/net/udp.c
@@ -143,7 +143,7 @@ int udp_senddata ( struct udp_connection *conn ) {
*
* @v conn UDP connection
* @v peer Destination address
- * @v netdev Net device via which to send (or NULL)
+ * @v netdev Network device to use if no route found, or NULL
* @v data Data to send
* @v len Length of data
* @ret rc Return status code