From 5ad8f26ede984cbf820707a11e1ddbc8ea52d06b Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 2 Sep 2012 17:15:13 +0200 Subject: Fix comments typo --- include/libopencm3/lpc43xx/i2c.h | 2 +- include/libopencm3/stm32/sdio.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libopencm3') diff --git a/include/libopencm3/lpc43xx/i2c.h b/include/libopencm3/lpc43xx/i2c.h index b163af8..29e797e 100644 --- a/include/libopencm3/lpc43xx/i2c.h +++ b/include/libopencm3/lpc43xx/i2c.h @@ -131,7 +131,7 @@ #define I2C_WRITE 0 #define I2C_READ 1 -/* --- I2C funtion prototypes----------------------------------------------- */ +/* --- I2C function prototypes --------------------------------------------- */ BEGIN_DECLS diff --git a/include/libopencm3/stm32/sdio.h b/include/libopencm3/stm32/sdio.h index cf9b056..16244ed 100644 --- a/include/libopencm3/stm32/sdio.h +++ b/include/libopencm3/stm32/sdio.h @@ -142,7 +142,7 @@ #define SDIO_CMD_WAITRESP_SHIFT 6 /* 00: No response, expect CMDSENT flag */ #define SDIO_CMD_WAITRESP_NO_0 (0x0 << SDIO_CMD_WAITRESP_SHIFT) -/* 01: Short response, expect CMDREND or CCRCFAIL flag +/* 01: Short response, expect CMDREND or CCRCFAIL flag */ #define SDIO_CMD_WAITRESP_SHORT (0x1 << SDIO_CMD_WAITRESP_SHIFT) /* 10: No response, expect CMDSENT flag */ #define SDIO_CMD_WAITRESP_NO_2 (0x2 << SDIO_CMD_WAITRESP_SHIFT) -- cgit v1.2.3