From adbe975037016d33708408f334a56f72bf5ee6e2 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 10 Jun 2011 19:50:56 +0200 Subject: [PATCH] Typo in the comments. --- mappings.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mappings.h b/mappings.h index 95c21db..1cefc9b 100644 --- a/mappings.h +++ b/mappings.h @@ -37,8 +37,9 @@ public: // This is the variable const static Mapping X; - // This build a non-defined Mapping. Everything is illegal on such a - // Mapping except delete, = and <<. All other operations will *crash* + // This builds a non-defined Mapping. Everything is illegal on such + // a Mapping except delete, = and <<. All other operations will + // *crash* Mapping(); // Cast from float to allow operations with constant values -- 2.20.1