Corrects typos and grammatical errors

Improves readability across documentation and inline comments by fixing common spelling mistakes and duplicate words.
Tento commit je obsažen v:
Mark Jocas
2026-05-20 08:33:48 +02:00
rodič 39b333656b
revize 63fe3d42a2
10 změnil soubory, kde provedl 17 přidání a 17 odebrání
+1 -1
Zobrazit soubor
@@ -286,7 +286,7 @@ typedef struct
/**@brief L2CAP event structure. */
typedef struct
{
uint16_t conn_handle; /**< Connection Handle on which the event occured. */
uint16_t conn_handle; /**< Connection Handle on which the event occurred. */
uint16_t local_cid; /**< Local Channel ID of the L2CAP channel, or
@ref BLE_L2CAP_CID_INVALID if not present. */
union
+1 -1
Zobrazit soubor
@@ -164,7 +164,7 @@ typedef struct
*/
typedef struct
{
uint32_t *bl_src; /**< Pointer to the source of the bootloader to be be copied.*/
uint32_t *bl_src; /**< Pointer to the source of the bootloader to be copied.*/
uint32_t bl_len; /**< Number of 32 bit words to copy for BootLoader. */
} sd_mbr_command_copy_bl_t;