diff --git a/projects/hip/include/hip/hip_runtime_api.h b/projects/hip/include/hip/hip_runtime_api.h index 1ce46c6d57..6cccb8c63f 100644 --- a/projects/hip/include/hip/hip_runtime_api.h +++ b/projects/hip/include/hip/hip_runtime_api.h @@ -2215,7 +2215,7 @@ hipError_t hipIpcGetEventHandle(hipIpcEventHandle_t* handle, hipEvent_t event); /** * @brief Opens an interprocess event handles. * - * Opens an interprocess event handle exported from another process with cudaIpcGetEventHandle. The returned + * Opens an interprocess event handle exported from another process with hipIpcGetEventHandle. The returned * hipEvent_t behaves like a locally created event with the hipEventDisableTiming flag specified. This event * need be freed with hipEventDestroy. Operations on the imported event after the exported event has been freed * with hipEventDestroy will result in undefined behavior. If the function is called within the same process where