summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-07-19 18:58:44 +0200
committerMichael Brown2006-07-19 18:58:44 +0200
commite0668ad8df219d731fc5cbb2828b7b7e434362cc (patch)
tree5d3a30e57ac379bd80410e4320dd55e555994bcb /src/include
parentMinor edit in net/udp.c (diff)
downloadipxe-e0668ad8df219d731fc5cbb2828b7b7e434362cc.tar.gz
ipxe-e0668ad8df219d731fc5cbb2828b7b7e434362cc.tar.xz
ipxe-e0668ad8df219d731fc5cbb2828b7b7e434362cc.zip
Correct typo
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/udp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/udp.h b/src/include/gpxe/udp.h
index 680345832..bb69995ac 100644
--- a/src/include/gpxe/udp.h
+++ b/src/include/gpxe/udp.h
@@ -56,7 +56,7 @@ struct udp_operations {
* the buffer is not compulsory; the application may call
* udp_send() on any block of data.
*/
- void ( * senddata ) ( struct tcp_connection *conn, void *buf,
+ void ( * senddata ) ( struct udp_connection *conn, void *buf,
size_t len );
/**
* New data received