Fix typo in comment.
Change-Id: If847aaedc704857f30220da8d6af703f1b57ad1d
This commit is contained in:
parent
31812cd13f
commit
bd266161ca
|
@ -216,7 +216,7 @@ typedef struct {
|
||||||
struct reg_data_type_union vector_union;
|
struct reg_data_type_union vector_union;
|
||||||
struct reg_data_type type_vector;
|
struct reg_data_type type_vector;
|
||||||
|
|
||||||
/* Set when trigger registers are changed by the user. This indicates we eed
|
/* Set when trigger registers are changed by the user. This indicates we need
|
||||||
* to beware that we may hit a trigger that we didn't realize had been set. */
|
* to beware that we may hit a trigger that we didn't realize had been set. */
|
||||||
bool manual_hwbp_set;
|
bool manual_hwbp_set;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue