summaryrefslogtreecommitdiff
path: root/ntpshmread.c
diff options
context:
space:
mode:
Diffstat (limited to 'ntpshmread.c')
-rw-r--r--ntpshmread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ntpshmread.c b/ntpshmread.c
index c75410be..7e5ceff6 100644
--- a/ntpshmread.c
+++ b/ntpshmread.c
@@ -96,9 +96,9 @@ enum segstat_t ntp_read(struct shmTime *shm_in, struct shm_stat_t *shm_stat, con
shm->valid = 0;
memory_barrier();
- /*
+ /*
* Clash detection in case neither (a) nor (b) was true.
- * Not supported in mode 0, and word access to the count field
+ * Not supported in mode 0, and word access to the count field
* must be atomic for this to work.
*/
if (shmcopy.mode > 0 && cnt != shm->count) {