all: Fix various spelling mistakes found by codespell 2.2.6.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2023-10-03 11:24:50 +11:00
parent 9d5d2e8cf7
commit cf490a7091
20 changed files with 22 additions and 22 deletions

View File

@@ -83,7 +83,7 @@ SECTIONS
} > SRAM
/* place here functions that are only called during boot up, */
/* that way, we can re-use this area for the MicroPython heap */
/* that way, we can reuse this area for the MicroPython heap */
.boot :
{
. = ALIGN(8);

View File

@@ -363,7 +363,7 @@ DRESULT sd_disk_read (BYTE* pBuffer, DWORD ulSectorNumber, UINT SectorCount) {
//*****************************************************************************
//
//! Wrties sector(s) to the disk drive.
//! Writes sector(s) to the disk drive.
//!
//!
//! This function writes specified number of sectors to the drive