1
1
This commit was SVN r3044.
Этот коммит содержится в:
George Bosilca 2004-10-11 15:36:01 +00:00
родитель 58b4ec4d3e
Коммит da97ee8eba

Просмотреть файл

@ -111,7 +111,7 @@ void mca_pml_teg_send_request_progress(
}
OMPI_THREAD_UNLOCK(&mca_pml_teg.teg_request_lock);
/* if first fragment - shedule remaining fragments */
/* if first fragment - schedule remaining fragments */
if(first_frag == true) {
mca_pml_teg_send_request_schedule(req);
}