Fix typos in comments and Kconfig files

Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
This commit is contained in:
Juha Niskanen
2021-12-20 16:49:48 +02:00
committed by Xiang Xiao
parent 1e83c83bf3
commit 422ceec99b
21 changed files with 45 additions and 53 deletions
@@ -48,7 +48,7 @@
#endif
/* SRAM Timing
* REVIST:
* REVISIT:
* These were ported from the STM3240G-EVAL and have not been verified on
* this platform.
*/
@@ -177,7 +177,7 @@ static void stm32_extmemgpios(const uint16_t *gpios, int ngpios);
const uint16_t fsmc_gpios[] =
{
/* A16... A23. REVIST: only A16 is used by the LCD */
/* A16... A23. REVISIT: only A16 is used by the LCD */
GPIO_NPS_A16, GPIO_NPS_A17, GPIO_NPS_A18, GPIO_NPS_A19, GPIO_NPS_A20,
GPIO_NPS_A21, GPIO_NPS_A22, GPIO_NPS_A23,