From 4ae9dadc3dd9527579985a723f926c5ede5f3475 Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Fri, 6 Oct 2023 18:33:33 -0400 Subject: [PATCH] SWDEV-415343 - Make correction on description for hip API hipDeviceGetLimit Change-Id: Ibb91e6a2b14eb7ee1a62a7cbcfa7c0cdba305700 [ROCm/hip commit: 24a84835af52f3a1369190190a216aa59641b004] --- projects/hip/include/hip/hip_runtime_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/hip/include/hip/hip_runtime_api.h b/projects/hip/include/hip/hip_runtime_api.h index fb6f51f2c0..377964f3be 100644 --- a/projects/hip/include/hip/hip_runtime_api.h +++ b/projects/hip/include/hip/hip_runtime_api.h @@ -1822,9 +1822,9 @@ hipError_t hipDeviceGetCacheConfig(hipFuncCache_t* cacheConfig); /** * @brief Gets resource limits of current device * - * The funtion querys the size of limit value, as required input enum hipLimit_t, it can be either - * #hipLimitStackSize, or #hipLimitMallocHeapSize. Any other input as default, the funtion will - * return #hipErrorUnsupportedLimit. + * The function queries the size of limit value, as required by the input enum value hipLimit_t, + * which can be either #hipLimitStackSize, or #hipLimitMallocHeapSize. Any other input as + * default, the function will return #hipErrorUnsupportedLimit. * * @param [out] pValue Returns the size of the limit in bytes * @param [in] limit The limit to query