Skip to content

Commit 34cba05

Browse files
committed
ompi: fix typo in error message
Thanks to Tony Curtis for reporting the issue. Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent 3862c74 commit 34cba05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ompi/instance/instance.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Copyright (c) 2022 The University of Tennessee and The University
77
* of Tennessee Research Foundation. All rights
88
* reserved.
9+
* Copyright (c) 2023 Jeffrey M. Squyres. All rights reserved.
910
* $COPYRIGHT$
1011
*
1112
* Additional copyrights may follow
@@ -67,7 +68,7 @@ __opal_attribute_constructor__ static void instance_lock_init(void) {
6768
OBJ_CONSTRUCT(&instance_lock, opal_recursive_mutex_t);
6869
}
6970
#else
70-
#error "No support for recursive mutexes available on this platform.
71+
#error "No support for recursive mutexes available on this platform."
7172
#endif /* defined(OPAL_RECURSIVE_MUTEX_STATIC_INIT) */
7273

7374
/** MPI_Init instance */

0 commit comments

Comments
 (0)