diff --git a/projects/hip/include/hip/hip_runtime_api.h b/projects/hip/include/hip/hip_runtime_api.h index 0d961c24d0..a6938aa60d 100644 --- a/projects/hip/include/hip/hip_runtime_api.h +++ b/projects/hip/include/hip/hip_runtime_api.h @@ -2126,8 +2126,7 @@ hipError_t hipDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPrio /** * @brief Destroys the specified stream. * - * @param[in, out] stream Valid pointer to hipStream_t. This function writes the memory with the - * newly created stream. + * @param[in] stream stream identifier. * @return #hipSuccess #hipErrorInvalidHandle * * Destroys the specified stream.