fixed grammar of the comment

This commit is contained in:
Maria Dimashova 2011-08-08 14:03:37 +00:00
parent 2ec815be89
commit 4839bfb1a5

@ -2084,7 +2084,7 @@ template<> struct Accumulator<char> { typedef float Type; };
template<> struct Accumulator<short> { typedef float Type; }; template<> struct Accumulator<short> { typedef float Type; };
/* /*
* Squeared Euclidean distance functor * Squared Euclidean distance functor
*/ */
template<class T> template<class T>
struct CV_EXPORTS SL2 struct CV_EXPORTS SL2