]> git.mxchange.org Git - simgear.git/commitdiff
Fix a mistake
authorehofman <ehofman>
Mon, 26 Jan 2004 19:59:36 +0000 (19:59 +0000)
committerehofman <ehofman>
Mon, 26 Jan 2004 19:59:36 +0000 (19:59 +0000)
simgear/constants.h

index 171a8976e3773cff4d4acae67e9aa392cd2ec634..a7d575cd72f547c2bfb3f98be93dfc3f5607e85d 100644 (file)
 /** Miles per hour to Miles per second */
 #define SG_MPH_TO_MPS       0.44704
 
-/** Miles per second to Kilometers per hour */
+/** Meters per second to Kilometers per hour */
 #define SG_MPS_TO_KMH       3.6
 
 /** Kilometers per hour to Miles per second */