summaryrefslogtreecommitdiff
path: root/ntpshmread.c
diff options
context:
space:
mode:
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.
*/