diff options
Diffstat (limited to 'src/mercury/include')
-rw-r--r-- | src/mercury/include/na.h | 2 | ||||
-rw-r--r-- | src/mercury/include/na_sm.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mercury/include/na.h b/src/mercury/include/na.h index 88b97f8..6f75b28 100644 --- a/src/mercury/include/na.h +++ b/src/mercury/include/na.h @@ -405,7 +405,7 @@ NA_PUBLIC na_return_t NA_Msg_init_unexpected(na_class_t *na_class, void *buf, na * receive to be posted at the destination before sending the message and the * destination is allowed to drop the message without notification. However, * in general, NA plugins are encouraged to remain reliable to avoid unnecessary - * timeouts and cancelations. + * timeouts and cancellations. * * Users must manually create an operation ID through NA_Op_create() and pass * it through op_id for future use and prevent multiple ID creation. diff --git a/src/mercury/include/na_sm.h b/src/mercury/include/na_sm.h index 709c639..3b1cd8d 100644 --- a/src/mercury/include/na_sm.h +++ b/src/mercury/include/na_sm.h @@ -43,7 +43,7 @@ extern "C" { #endif /** - * Get the curent host ID (generate a new one if none exists). + * Get the current host ID (generate a new one if none exists). * * \param id [IN/OUT] pointer to SM host ID * |