From 822fa047bde2973fd023ddb9e148f532580151f6 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: Wed, 24 Oct 2018 07:04:33 +0530 Subject: [PATCH] Removing typo in comment for Squaredifference (#3310) This patch will remove the typing error for comment related to #define in SquareDifference op Signed-off-by: shubham --- .../ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h index 8b4905b..4555104 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h @@ -41,4 +41,4 @@ public: void configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output); }; } // namespace arm_compute -#endif /*__ARM_COMPUTE_CLSQUARED_DIFFERENCESQUARED_DIFFERENCE*/ +#endif /*__ARM_COMPUTE_CLSQUARED_DIFFERENCE_H__*/ -- 2.7.4