From bcb9bf1be8a854f9a9a5b2025ed9ee03b084ea44 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 8 Mar 2017 23:48:34 +0100 Subject: Change all old struct name to the new class. Change-Id: I8aa4430117c401182ef458a06a2aeb08957db1bb Signed-off-by: Romain Forlot --- src/utils/signals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/signals.cpp b/src/utils/signals.cpp index a7510dc0..9da04f59 100644 --- a/src/utils/signals.cpp +++ b/src/utils/signals.cpp @@ -21,7 +21,7 @@ * @brief Can signal event map making access to afb_event * externaly to an openxc existing structure. * - * @desc Event map is making relation between CanSignal generic name + * @desc Event map is making relation between can_signal_t generic name * and the afb_event struct used by application framework to pushed * to the subscriber. */ -- cgit 1.2.3-korg