fixed a comment

This commit is contained in:
Antoine Drouin
2009-03-19 16:12:47 +00:00
parent 608e4e1a5e
commit 260f16e463
+1 -1
View File
@@ -30,7 +30,7 @@ struct NedCoor_i {
int32_t z; int32_t z;
}; };
/* East North Down local tangeant plane */ /* East North Up local tangeant plane */
struct EnuCoor_i { struct EnuCoor_i {
int32_t x; int32_t x;
int32_t y; int32_t y;