Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 9a32f33

Browse files
committed
Fix comment
1 parent edcdda1 commit 9a32f33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/libswiftnav/almanac.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/** \addtogroup almanac
2121
* \{ */
2222

23-
/** Structure containing the SBAS almanac for one satellite. */
23+
/** Structure containing the GPS almanac for one satellite. */
2424
typedef struct {
2525
double m0; /**< Mean anomaly at reference time [semi-circles] */
2626
double ecc; /**< Eccentricity. */

include/libswiftnav/ephemeris.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/** \addtogroup ephemeris
2222
* \{ */
2323

24-
/** Structure containing the SBAS ephemeris for one satellite. */
24+
/** Structure containing the GPS ephemeris for one satellite. */
2525
typedef struct {
2626
double tgd; /**< Group delay between L1 and L2 [s] */
2727
double crc; /**< Amplitude of the cosine harmonic correction term

0 commit comments

Comments
 (0)