aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulian Picht <julian.picht@gmail.com>2016-12-27 01:16:10 +0100
committerJulian Picht <julian.picht@gmail.com>2016-12-27 01:16:10 +0100
commit1f141a4cd74c1c9b2d13a204da05ad697fa1c4bf (patch)
tree8ae47cc208b2d89f6828ad5cf6fb03f0f975d4da /src
parent5d73a53807639a3d6b989e4cd669f3ff983e62c5 (diff)
downloadlibsurvive-1f141a4cd74c1c9b2d13a204da05ad697fa1c4bf.tar.gz
libsurvive-1f141a4cd74c1c9b2d13a204da05ad697fa1c4bf.tar.bz2
fix comment
Diffstat (limited to 'src')
-rw-r--r--src/disambiguator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/disambiguator.c b/src/disambiguator.c
index fd541d7..f1d310a 100644
--- a/src/disambiguator.c
+++ b/src/disambiguator.c
@@ -6,7 +6,7 @@
// The theory behind this disambiguator is, that if we just track all pulses and if one could be a sync pulse, we look back in time,
// if we saw as sync pulse X samples ago than it is probably a sync pulse.
//
-// If the skip flag is set, X is 20000 else X is 400000
+// X can be 20000 or 400000, depending if it came from the master or the slave.
//
#include "disambiguator.h"