1
1

opal_progress_thread: fix stale comment

Этот коммит содержится в:
Jeff Squyres 2015-10-14 18:25:16 -07:00
родитель c9c0512d23
Коммит a7e7ecd42d

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

@ -26,7 +26,7 @@
* to glom on to the general OPAL-wide progress thread. * to glom on to the general OPAL-wide progress thread.
* *
* If a name is passed that was already used in a prior call to * If a name is passed that was already used in a prior call to
* opal_start_progress_thread(), the event base associated with that * opal_progress_thread_init(), the event base associated with that
* already-running progress thread will be returned (i.e., no new * already-running progress thread will be returned (i.e., no new
* progress thread will be started). * progress thread will be started).
*/ */