diff --git a/configs/stm3240g-eval/src/up_lcd.c b/configs/stm3240g-eval/src/up_lcd.c index e209880750..45e4a2b57b 100644 --- a/configs/stm3240g-eval/src/up_lcd.c +++ b/configs/stm3240g-eval/src/up_lcd.c @@ -1191,7 +1191,7 @@ void up_lcduninitialize(void) * This is a non-standard LCD interface just for the stm3240g-EVAL board. Because * of the various rotations, clearing the display in the normal way by writing a * sequences of runs that covers the entire display can be very slow. Here the - * dispaly is cleared by simply setting all GRAM memory to the specified color. + * display is cleared by simply setting all GRAM memory to the specified color. * **************************************************************************************/