Skip to content

Commit f6ddeec

Browse files
committed
Fix spellcheck typos
1 parent 87c5918 commit f6ddeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/BNO055.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ BNO055_RETURN_FUNCTION_TYPE bno055_init(struct bno055_t *bno055)
106106
*/
107107
u_8 a_SW_ID_u_8[ARRAY_SIZE_TWO] = {
108108
BNO055_ZERO_U8X, BNO055_ZERO_U8X};
109-
/* stuct parameters are assign to bno055*/
109+
/* struct parameters are assign to bno055*/
110110
p_bno055 = bno055;
111111
/* Write the default page as zero*/
112112
com_rslt = p_bno055->BNO055_BUS_WRITE_FUNC

0 commit comments

Comments
 (0)