From 7a73dcfaa7ec458bb633f6b2ea33e0e1bfddbd5a Mon Sep 17 00:00:00 2001 From: Sergey Lebedev Date: Tue, 14 May 2024 11:08:40 +0000 Subject: [PATCH] DOCS: fix thread mode description --- src/ucc/api/ucc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ucc/api/ucc.h b/src/ucc/api/ucc.h index 9f8ee5f145..cc9ebedfe4 100644 --- a/src/ucc/api/ucc.h +++ b/src/ucc/api/ucc.h @@ -473,7 +473,7 @@ typedef enum { * * @ref ucc_thread_mode_t is used to initialize the UCC library’s thread mode. * The UCC library can be configured in three thread modes UCC_THREAD_SINGLE, - * UCC_THREAD_FUNNELED, and UCC_LIB_THREAD_MULTIPLE. In the UCC_THREAD_SINGLE + * UCC_THREAD_FUNNELED, and UCC_THREAD_MULTIPLE. In the UCC_THREAD_SINGLE * mode, the user program must not be multithreaded. In the UCC_THREAD_FUNNELED * mode, the user program may be multithreaded. However, all UCC interfaces * should be invoked from the same thread. In the UCC_THREAD_MULTIPLE mode, the