Explorar o código

Fixed typo: 'commond'

Note that the word 'commond' is wrong,
so that 'commond' should been replaced with 'command'.
David Lin %!s(int64=5) %!d(string=hai) anos
pai
achega
e5845ea753
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bsp/lpc176x/drivers/sd.c

+ 1 - 1
bsp/lpc176x/drivers/sd.c

@@ -155,7 +155,7 @@ static bool LPC17xx_SD_Init(void)
     Send a Command to Flash card and get a Response
     cmd:  cmd index
     arg: argument for the cmd
-    return the received response of the commond
+    return the received response of the command
 *****************************************************************************/
 static uint8_t LPC17xx_SD_SendCmd(uint8_t cmd, uint32_t arg)
 {