projects
/
mappings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba03470
)
Typo in the comments.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 10 Jun 2011 17:50:56 +0000
(19:50 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 10 Jun 2011 17:50:56 +0000
(19:50 +0200)
mappings.h
patch
|
blob
|
history
diff --git
a/mappings.h
b/mappings.h
index
95c21db
..
1cefc9b
100644
(file)
--- 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