From 952a40cc24a3b65cb76854a4df8d571f45ae5fc1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Shubham=20Gupta/System=20SW=20/SRI-Bangalore/Engineer/?= =?utf8?q?=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Fri, 19 Oct 2018 05:52:36 +0530 Subject: [PATCH] Spelling error in comments (#3247) This patch will coorect the spelling of the error introduced in comment in Cast.h Signed-off-by: shubham --- runtimes/pure_arm_compute/src/internal/arm_compute/Cast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/pure_arm_compute/src/internal/arm_compute/Cast.h b/runtimes/pure_arm_compute/src/internal/arm_compute/Cast.h index e663d39..748c2cd 100644 --- a/runtimes/pure_arm_compute/src/internal/arm_compute/Cast.h +++ b/runtimes/pure_arm_compute/src/internal/arm_compute/Cast.h @@ -32,7 +32,7 @@ #include "internal/Model.h" /** - * @brief Generate arm compute coordiate object from rank + * @brief Generate arm compute coordinate object from rank * @param[in] rank Rank number * @return Coordinate object */ -- 2.7.4