Skip to content

Commit

Permalink
fix: typo raised by codespell
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Oct 17, 2023
1 parent 61a1680 commit 937590b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cores/arduino/stm32/OpenAMP/openamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ int OPENAMP_Init()

MAILBOX_Init();

/* Libmetal Initilalization */
/* Libmetal Initialization */
status = OPENAMP_shmem_init(RPMSG_REMOTE);
if (status) {
return status;
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/stm32/backup.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static inline void disableBackupDomain(void)
HAL_PWR_DisableBkUpAccess();
#endif
#ifdef __HAL_RCC_BKPSRAM_CLK_DISABLE
/* Disnable BKPSRAM CLK for backup SRAM */
/* Disable BKPSRAM CLK for backup SRAM */
__HAL_RCC_BKPSRAM_CLK_DISABLE();
#endif
#ifdef __HAL_RCC_BKP_CLK_DISABLE
Expand Down

0 comments on commit 937590b

Please sign in to comment.