Index: sources/canbus/CanInterface.h =================================================================== diff -u -rcc1e9d6d55c816f3fcd626dc6948cca24da283b3 -rfc329c788fe9453983072bee937ccbc95b4ed6e4 --- sources/canbus/CanInterface.h (.../CanInterface.h) (revision cc1e9d6d55c816f3fcd626dc6948cca24da283b3) +++ sources/canbus/CanInterface.h (.../CanInterface.h) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) @@ -19,7 +19,7 @@ #include // Project -#include "main.h" // Doxygen : don't remove +#include "main.h" // Doxygen : do not remove #include "MessageGlobals.h" // Define @@ -34,11 +34,11 @@ /*! * \brief CANBus interface - * \details This class contains the interface to CANBUS - * And utilizes Qt QCanBus to interact with the CANBUS + * \details This class contains the interface to CANBus + * And utilizes Qt QCanBus to interact with the CANBus * This class works only with the QCanBusFrame frames. * On the OS side there is a driver installed to convert SPI to CAN - * Since the GUI Board by itself doesn't contain the CAN Bus. + * Since the GUI Board by itself does not contain the CANBus. * Application would know nothing about the SPI-TO-CAN */ class CanInterface : public QObject