diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-03-29 09:18:58 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-04-09 17:40:20 +0200 |
commit | ddd4374f35df2d8b8e9b4ecf4890abba6fab3734 (patch) | |
tree | e6f7d98d69f2d6913d295361df50dc435e46cbdc /low-can-binding/diagnostic/active-diagnostic-request.hpp | |
parent | 12d04c471a5127219da5a313c546ab240c866fe6 (diff) |
Correct errors in comments
Change-Id: I1e02bdfe2473e776e35694b883f084077227853c
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'low-can-binding/diagnostic/active-diagnostic-request.hpp')
-rw-r--r-- | low-can-binding/diagnostic/active-diagnostic-request.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/low-can-binding/diagnostic/active-diagnostic-request.hpp b/low-can-binding/diagnostic/active-diagnostic-request.hpp index 36f9e43c..892feb50 100644 --- a/low-can-binding/diagnostic/active-diagnostic-request.hpp +++ b/low-can-binding/diagnostic/active-diagnostic-request.hpp @@ -75,7 +75,7 @@ private: DiagnosticResponseCallback callback_; ///< callback_ - An optional DiagnosticResponseCallback to be notified whenever a ///< response is received for this request. bool recurring_; ///< bool recurring_ - If true, this is a recurring request and it will remain as active until explicitly cancelled. - ///< The frequencyClock attribute controls how often a recurrin request is made. + ///< The frequencyClock attribute controls how often a recurring request is made. bool wait_for_multiple_responses_; ///< wait_for_multiple_responses_ - False by default, when any response is received for a request ///< it will be removed from the active list. If true, the request will remain active until the timeout ///< clock expires, to allow it to receive multiple response (e.g. to a functional broadcast request). |