mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30:14 +01:00
all: Fix various spelling mistakes found by codespell 2.2.6.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user