summaryrefslogtreecommitdiff
path: root/geoid.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-04-20 06:06:45 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-04-20 06:06:45 -0400
commit156c9fb299e44c691e0bc972408a59b813b63bd9 (patch)
treeaba17d3570d2534469088d858c7fcb6ec92f2075 /geoid.c
parentf806002f6aae88fcfe9eb0530985fd9c5f5d7f28 (diff)
downloadgpsd-156c9fb299e44c691e0bc972408a59b813b63bd9.tar.gz
Comment typo fixes.
Diffstat (limited to 'geoid.c')
-rw-r--r--geoid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/geoid.c b/geoid.c
index a9ebb432..a0feaf45 100644
--- a/geoid.c
+++ b/geoid.c
@@ -35,8 +35,8 @@ static double bilinear(double x1, double y1, double x2, double y2, double x,
}
-/* return geoid separtion (MSL - WGS84) in meters, given a lat/lot in degrees */
double wgs84_separation(double lat, double lon)
+/* return geoid separation (MSL-WGS84) in meters, given a lat/lon in degrees */
{
#define GEOID_ROW 19
#define GEOID_COL 37