Преглед изворни кода

src/drivers/mic/driver_mic_common.c: Delete an unwanted character.

Mathieu Lirzin пре 10 година
родитељ
комит
b40c31c2ef
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/drivers/mic/driver_mic_common.c

+ 1 - 1
src/drivers/mic/driver_mic_common.c

@@ -63,7 +63,7 @@ void _starpu_mic_common_recv(const struct _starpu_mp_node *node, void *msg, int
 
 /* Handles the error so the caller (which must be generic) doesn't have to
  * care about it.
-x */
+ */
 void _starpu_mic_common_dt_send(const struct _starpu_mp_node *mp_node, void *msg, int len)
 {
 	if ((scif_send(mp_node->host_sink_dt_connection.mic_endpoint, msg, len, SCIF_SEND_BLOCK)) < 0)