File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,9 @@ cause the program to abort.
162162Check the cuda.h file for what the return value means.
163163#
164164[cuEventDestroy failed]
165- The call to cuEventDestory failed. This is a unrecoverable error and will
165+ The call to cuEventDestroy failed. This is a unrecoverable error and will
166166cause the program to abort.
167- cuEventDestory return value: %d
167+ cuEventDestroy return value: %d
168168Check the cuda.h file for what the return value means.
169169#
170170[cuStreamCreate failed]
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ int mca_btl_ugni_spawn_progress_thread(struct mca_btl_base_module_t *btl)
8585
8686 rc = pthread_attr_destroy (& attr );
8787 if (0 != rc ) {
88- BTL_ERROR (("btl/ugni pthread_attr_destory returned %s " , strerror (rc )));
88+ BTL_ERROR (("btl/ugni pthread_attr_destroy returned %s " , strerror (rc )));
8989 ret = OPAL_ERROR ;
9090 }
9191
You can’t perform that action at this time.
0 commit comments