File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ int ompi_mpi_errcode_remove(int errnum)
449
449
opal_mutex_unlock (& errcode_lock );
450
450
451
451
/*
452
- * Return lastused value to ensure outside caller has
452
+ * Return lastused value captured under lock so caller has
453
453
* consistent value to set MPI_LASTUSEDCODE attribute.
454
454
* On error, we return less than zero (e.g., OMPI_ERROR).
455
455
*/
@@ -488,7 +488,7 @@ int ompi_mpi_errclass_remove(int errclass)
488
488
opal_mutex_unlock (& errcode_lock );
489
489
490
490
/*
491
- * Return lastused value to ensure outside caller has
491
+ * Return lastused value captured under lock so caller has
492
492
* consistent value to set MPI_LASTUSEDCODE attribute.
493
493
* On error, we return less than zero (e.g., OMPI_ERROR).
494
494
*/
You can’t perform that action at this time.
0 commit comments