summaryrefslogtreecommitdiff
path: root/ntpshmread.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-03-03 13:33:24 -0800
committerGary E. Miller <gem@rellim.com>2015-03-03 13:33:24 -0800
commitd55e9db51e2a2f45a3d2167eade64e189f9b9bb7 (patch)
treec12b0af09aff22c850ce1df415ac1d465adedbe7 /ntpshmread.c
parent8745b767d8b8b4a5e4261a636b128df54f2bd02c (diff)
downloadgpsd-d55e9db51e2a2f45a3d2167eade64e189f9b9bb7.tar.gz
Cmmment typo.
ntp -> ntpd
Diffstat (limited to 'ntpshmread.c')
-rw-r--r--ntpshmread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ntpshmread.c b/ntpshmread.c
index 33f9c8e5..7ca18f2b 100644
--- a/ntpshmread.c
+++ b/ntpshmread.c
@@ -93,7 +93,7 @@ enum segstat_t shm_query(/*@null@*/struct shmTime *shm_in, /*@out@*/struct shm_s
memcpy((void *)&shmcopy, (void *)shm, sizeof(struct shmTime));
/*
- * An update consumer such as ntp should zero the valid flag at this point.
+ * An update consumer such as ntpd should zero the valid flag at this point.
* A program snooping the updates to collect statistics should not, lest
* it make the data unavailable for consumers.
*/