From: Francois Fleuret Date: Fri, 10 Jun 2011 17:50:56 +0000 (+0200) Subject: Typo in the comments. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mappings.git;a=commitdiff_plain;h=adbe975037016d33708408f334a56f72bf5ee6e2 Typo in the comments. --- 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