From: ehofman Date: Mon, 26 Jan 2004 19:59:36 +0000 (+0000) Subject: Fix a mistake X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eda1121054bbee0555a1d7af38e55d791342a435;p=simgear.git Fix a mistake --- diff --git a/simgear/constants.h b/simgear/constants.h index 171a8976..a7d575cd 100644 --- a/simgear/constants.h +++ b/simgear/constants.h @@ -135,7 +135,7 @@ /** 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 */