diff --git a/MathLib/TemplatePoint.h b/MathLib/TemplatePoint.h index bc5e835f6bfccd91252d8d5f9d1e657c2512287e..68f8ef199d215a9a64f6ffb915bb74f836799f06 100644 --- a/MathLib/TemplatePoint.h +++ b/MathLib/TemplatePoint.h @@ -165,7 +165,7 @@ bool lessEq(TemplatePoint<T, DIM> const& a, TemplatePoint<T, DIM> const& b, // a[i] ~= b[i] up to an epsilon. Compare next dimension. } - // all coordinates a equal up to an epsilon. + // all coordinates are equal up to an epsilon. return true; }