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)