🎨 Fix misspelling (#23137)

This commit is contained in:
luzpaz
2021-11-17 12:09:01 -05:00
committed by Scott Lahteine
parent c2a674d2c1
commit 99f58f63f2
6 changed files with 10 additions and 10 deletions

View File

@@ -278,7 +278,7 @@ DSTATUS disk_initialize (
if (drv) return STA_NOINIT; // Supports only drive 0
sd_power_on(); // Initialize SPI
if (Stat & STA_NODISK) return Stat; // Is a card existing in the soket?
if (Stat & STA_NODISK) return Stat; // Is a card existing in the socket?
FCLK_SLOW();
for (n = 10; n; n--) xchg_spi(0xFF); // Send 80 dummy clocks