From bd107d20ee00dc05a4405dfe0270c7b6e9c3afa4 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 17 Aug 2017 09:33:34 -1000 Subject: [PATCH] sdio.h:Fix typos --- include/nuttx/sdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nuttx/sdio.h b/include/nuttx/sdio.h index 41752a264ce..eb7498285a0 100644 --- a/include/nuttx/sdio.h +++ b/include/nuttx/sdio.h @@ -671,7 +671,7 @@ * SDIO_WAITEVENT: Wait for the event of interest (which might * already have occurred) * - * This sequency should eliminate race conditions between the command/trasnfer + * This sequence should eliminate race conditions between the command/transfer * setup and the subsequent events. * * The enabled events persist until either (1) SDIO_WAITENABLE is called