]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update README.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 26 Mar 2021 20:57:00 +0000 (20:57 +0000)
committerGitHub <noreply@github.com>
Fri, 26 Mar 2021 20:57:00 +0000 (20:57 +0000)
README.md

index 1c003f45f67353705411bb4ad911c7c2121e4b4d..68034934c915dfd2d190757efde4069556f88d71 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ A unix group called `nqptp` is created by the `make install` step. Members of th
 If you wish to use the shared mutex to ensure records are not altered while you are accessing them, you should open your side of the shared memory interface with read-write permission. Be aware that while your program has the mutex lock, it can halt `nqptp`, so keep any activity while you have the lock very short and very simple, e.g. copying it to local memory. 
 
 The `source_time` and `local_to_source_time_offset` values are averaged over up to 480 samples. Since samples should be received at the rate of eight per second,
-the values are averaged should be dropped the previous minute.
+the values are averaged over the previous minute.
 
 Clock records not updated for a period are deleted.