Fix typos in comments (#24681)

This commit is contained in:
co63oc
2025-04-09 08:47:58 +08:00
committed by GitHub
parent 03345db36e
commit f4cfee6f72
53 changed files with 66 additions and 66 deletions
@@ -62,7 +62,7 @@
typedef struct {
uint32_t hw_ver_rev; /* the version and revision */
const px4_hw_mft_item_t *mft; /* The first entry */
uint32_t entries; /* the lenght of the list */
uint32_t entries; /* the length of the list */
} px4_hw_mft_list_entry_t;
typedef px4_hw_mft_list_entry_t *px4_hw_mft_list_entry;