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.
162
162
Check the cuda.h file for what the return value means.
163
163
#
164
164
[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
166
166
cause the program to abort.
167
- cuEventDestory return value: %d
167
+ cuEventDestroy return value: %d
168
168
Check the cuda.h file for what the return value means.
169
169
#
170
170
[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)
85
85
86
86
rc = pthread_attr_destroy (& attr );
87
87
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 )));
89
89
ret = OPAL_ERROR ;
90
90
}
91
91
You can’t perform that action at this time.
0 commit comments