Typo in the comments.
[mappings.git] / mappings.h
index 95c21db..1cefc9b 100644 (file)
@@ -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