From 13cd052990d25f0ef339c5dd392f4583e90266d2 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Mon, 25 May 2015 11:21:02 +0300 Subject: [PATCH] typo --- modules/hal/include/opencv2/hal/intrin.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hal/include/opencv2/hal/intrin.hpp b/modules/hal/include/opencv2/hal/intrin.hpp index 439a04c74..767c5780d 100644 --- a/modules/hal/include/opencv2/hal/intrin.hpp +++ b/modules/hal/include/opencv2/hal/intrin.hpp @@ -54,7 +54,7 @@ #define OPENCV_HAL_NOP(a) (a) #define OPENCV_HAL_1ST(a, b) (a) -// unlike HAL API, which is in cv::hall, +// unlike HAL API, which is in cv::hal, // we put intrinsics into cv namespace to make its // access from within opencv code more accessible namespace cv {