Commit a86e10af authored by Dimitris Lampridis's avatar Dimitris Lampridis

sw: fix typos in comments

parent e4bcf395
......@@ -160,7 +160,7 @@ enum wrtd_trigger_mode {
*/
enum wrtd_io_flags {
WRTD_ENABLED = (1 << 0), /*!< I/O is enabled */
WRTD_TRIGGER_ASSIGNED = (1 << 1), /*!< I/O is has a trigger assigned */
WRTD_TRIGGER_ASSIGNED = (1 << 1), /*!< I/O has a trigger assigned */
WRTD_LAST_VALID = (1 << 2), /*!< I/O processed at least one pulse.
It's timestamp/ID is in the "last"
field. */
......@@ -277,8 +277,8 @@ struct wrtd_in_channel_config {
public, set from the internal
calibration data of the TDC
driver. */
uint32_t flags; /**< Channel flags (enum trtl_io_flags) */
uint32_t log_level; /**< Log level (enum trtl_log_level) */
uint32_t flags; /**< Channel flags (enum wrtd_io_flags) */
uint32_t log_level; /**< Log level (enum wrtd_log_level) */
uint32_t mode; /**< Triggering mode (enum wrtd_triger_mode) */
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment