Typo in the comments.
authorFrancois Fleuret <francois@fleuret.org>
Fri, 10 Jun 2011 17:50:56 +0000 (19:50 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 10 Jun 2011 17:50:56 +0000 (19:50 +0200)
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