Fix typo in comment.

Change-Id: If847aaedc704857f30220da8d6af703f1b57ad1d
This commit is contained in:
Tim Newsome 2022-04-27 10:48:10 -07:00
parent 31812cd13f
commit bd266161ca
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ typedef struct {
struct reg_data_type_union vector_union;
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. */
bool manual_hwbp_set;