summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index 145f4088..03e9fa61 100644
--- a/gps.h
+++ b/gps.h
@@ -1904,7 +1904,7 @@ struct dop_t {
struct rawdata_t {
/* raw measurement data, suitable for RINEX 3 */
- timespec_t mtime; /* sec, nsec */
+ timespec_t mtime; /* UTC of measurement: sec, nsec */
struct meas_t {
/* gnssid see satellite_t for decode */
unsigned char gnssid;