cmake: fix lib not populated and RPATH usage
[apps/agl-service-can-low-level.git] / examples / basic / handlers.cpp
index 4316f15..f6e85d7 100644 (file)
@@ -17,6 +17,6 @@ void initializeMyStuff() { }
 void initializeOtherStuff() { }
 
 void myLooper() {
-    // this function will be called once each time through the main loop, after
+    // this function will be called once, each time through the main loop, after
     // all CAN message processing has been completed
 }