components/esp32,bt: fix typos in comments

This commit is contained in:
Ivan Grokhotkov
2016-09-26 00:51:56 +08:00
parent b936441b9b
commit e1c782a206
3 changed files with 8 additions and 8 deletions

View File

@@ -101,7 +101,7 @@ typedef union {
} system_event_info_t;
typedef struct {
system_event_id_t event_id; /**< even ID */
system_event_id_t event_id; /**< event ID */
system_event_info_t event_info; /**< event information */
} system_event_t;