Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pirds_logger.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ which has the real UTC time (known on POSIX systems.) At this
time we record the ms time of the event that we receive. Call this
the "high water mark ms".

For the next 10 seconds, we sutract that ms time from the incoming stream
For the next 10 seconds, we subtract that ms time from the incoming stream
to get a quasi-accurate real UTC time for each sample. We record this
time in UNIX EPOCH milliseconds (NOT SECONDS). Yes, I know it will
fail in 2038. The time stream is thus a correct wave form relative to
Expand Down