From 24c77dbcb09e20f9d4b0e4c7bfc7b8c27809f931 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 7 Jun 2012 22:47:49 -0400 Subject: Typo fix. Signed-off-by: Marti Bolivar --- wirish/stm32f2/boards_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wirish/stm32f2/boards_setup.cpp b/wirish/stm32f2/boards_setup.cpp index dd872d3..5764dd0 100644 --- a/wirish/stm32f2/boards_setup.cpp +++ b/wirish/stm32f2/boards_setup.cpp @@ -112,7 +112,7 @@ namespace wirish { // We need SYSCFG for external interrupts syscfg_init(); // Turn on the I/O compensation cell, since we drive the - // GPIOs quickly be default. + // GPIOs quickly by default. syscfg_enable_io_compensation(); } -- cgit v1.2.3