mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 14:03:29 +03:00
Correct typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user