From a7e7ecd42dd6d9a302603d48ad555cf0720edc7d Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 14 Oct 2015 18:25:16 -0700 Subject: [PATCH] opal_progress_thread: fix stale comment --- opal/runtime/opal_progress_threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/runtime/opal_progress_threads.h b/opal/runtime/opal_progress_threads.h index 45321553c6..f8b654cbdf 100644 --- a/opal/runtime/opal_progress_threads.h +++ b/opal/runtime/opal_progress_threads.h @@ -26,7 +26,7 @@ * to glom on to the general OPAL-wide progress thread. * * 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 * progress thread will be started). */