Explorar el Código

Correct typo

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
e0668ad8df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/include/gpxe/udp.h

+ 1
- 1
src/include/gpxe/udp.h Ver fichero

@@ -56,7 +56,7 @@ struct udp_operations {
56 56
 	 * the buffer is not compulsory; the application may call
57 57
 	 * udp_send() on any block of data.
58 58
 	 */
59
-	void ( * senddata ) ( struct tcp_connection *conn, void *buf,
59
+	void ( * senddata ) ( struct udp_connection *conn, void *buf,
60 60
 			      size_t len );
61 61
 	/**
62 62
 	 * New data received

Loading…
Cancelar
Guardar