From 23594948f13e0bf4b3494208d302ad719fccdf1f Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Wed, 26 Sep 2018 20:25:46 +0200 Subject: [PATCH] commit? --- FlippR-Driver/src/input/Detector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlippR-Driver/src/input/Detector.cpp b/FlippR-Driver/src/input/Detector.cpp index 68d8c81..397c0dd 100644 --- a/FlippR-Driver/src/input/Detector.cpp +++ b/FlippR-Driver/src/input/Detector.cpp @@ -32,7 +32,7 @@ Detector::~Detector() this->detect_thread.join(); } -// Cycles over all s and enqueues an event if detected. +// Cycles over all events and enqueues an event if detected. void Detector::detect() { while(this->is_running)