From 83f361c4bb9bed827b02df7aeae5f2cf9a14707a Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 24 Apr 2012 03:20:18 -0400 Subject: stm32f1: stm32.h: Fix comment typo. --- libmaple/stm32f1/include/series/stm32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmaple/stm32f1/include/series/stm32.h b/libmaple/stm32f1/include/series/stm32.h index ed51ae5..c122df0 100644 --- a/libmaple/stm32f1/include/series/stm32.h +++ b/libmaple/stm32f1/include/series/stm32.h @@ -56,7 +56,7 @@ extern "C" { # define STM32_SRAM_END ((void*)0x20010000) #elif defined(MCU_STM32F103CB) - /* This STM32_NR_GPIO_PORTS is not stricly true, but only pins 0 + /* This STM32_NR_GPIO_PORTS is not strictly true, but only pins 0 * and exist, and they're used for OSC (e.g. on e.g. LeafLabs * Maple Mini), so we'll live with this for now. */ # define STM32_NR_GPIO_PORTS 3 -- cgit v1.2.3