diff options
author | ydimitrov <y.dimitrov.14@gmail.com> | 2018-05-18 21:12:14 +0100 |
---|---|---|
committer | Yordan Dimitrov <y.dimitrov.14@gmail.com> | 2018-05-24 17:55:07 +0300 |
commit | 2eb313e5330dbfa1b6eab146b3698d8ffe054347 (patch) | |
tree | 0f17f7672995a800014fd7c3bf2c4a2c7d363b22 /examples/basic | |
parent | 985fe9e5689a8c411fdd69d044e5ba4d9e4955bf (diff) |
Fixing typos made in comments
This change set fixes the comments made by previous contributors
v2: Fix line end
v3: Making changes to comments as suggested by reviewers
v4: Removing trailing spaces
v5: Clearing small typo in low-can-cb.cpp on line 142
Change-Id: Ifbcfc3b2d131d1db0b25e472955b21e98cc09f45
Signed-off-by: ydimitrov <y.dimitrov.14@gmail.com>
Diffstat (limited to 'examples/basic')
-rw-r--r-- | examples/basic/application-generated.cpp | 2 | ||||
-rw-r--r-- | examples/basic/handlers.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/basic/application-generated.cpp b/examples/basic/application-generated.cpp index 1cdf67c3..18f7a7dc 100644 --- a/examples/basic/application-generated.cpp +++ b/examples/basic/application-generated.cpp @@ -22,7 +22,7 @@ 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 } diff --git a/examples/basic/handlers.cpp b/examples/basic/handlers.cpp index 4316f15f..f6e85d7f 100644 --- a/examples/basic/handlers.cpp +++ b/examples/basic/handlers.cpp @@ -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 } |