Commit 02eb8e7c authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #4052 from ilya-lavrenov:typo

parents 786d62e3 13cd0529
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
#define OPENCV_HAL_NOP(a) (a) #define OPENCV_HAL_NOP(a) (a)
#define OPENCV_HAL_1ST(a, b) (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 // we put intrinsics into cv namespace to make its
// access from within opencv code more accessible // access from within opencv code more accessible
namespace cv { namespace cv {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment