From 8d1ab4c21a85b51596ef34be08238ee1f54165f4 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 16 Sep 2016 15:18:17 +0530 Subject: [PATCH] Fix typo in comment Change-Id: I217012e10d8e5322aa0dc7dd5915be10df35fb53 --- include/hip_runtime_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/hip_runtime_api.h b/include/hip_runtime_api.h index 660385972a..3406bcbbc9 100644 --- a/include/hip_runtime_api.h +++ b/include/hip_runtime_api.h @@ -141,7 +141,7 @@ typedef struct hipPointerAttribute_t { /* - asdasd* @brief hipError_t + * @brief hipError_t * @enum * @ingroup Enumerations */ @@ -188,7 +188,7 @@ typedef enum hipError_t { hipErrorMissingConfiguration = 1001, hipErrorMemoryAllocation = 1002, ///< Memory allocation error. hipErrorInitializationError = 1003, ///< TODO comment from hipErrorInitializationError - hipErrorLaunchFailure = 1004, + hipErrorLaunchFailure = 1004, ///< An exception occurred on the device while executing a kernel. hipErrorPriorLaunchFailure = 1005, hipErrorLaunchTimeOut = 1006, hipErrorLaunchOutOfResources = 1007, ///< Out of resources error.