From 801aa21c926ada4f84b528bc7d44772c970b87c7 Mon Sep 17 00:00:00 2001
From: "Dmitry Yu. Naumov" <github@naumov.de>
Date: Fri, 31 Jul 2015 17:08:28 +0000
Subject: [PATCH] [MaL] Typo.

---
 MathLib/TemplatePoint.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MathLib/TemplatePoint.h b/MathLib/TemplatePoint.h
index bc5e835f6bf..68f8ef199d2 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;
 }
 
-- 
GitLab