diff --git a/arch/sim/src/up_idle.c b/arch/sim/src/up_idle.c index c66b3b7704..f493a2dbdc 100644 --- a/arch/sim/src/up_idle.c +++ b/arch/sim/src/up_idle.c @@ -136,7 +136,7 @@ void up_idle(void) #ifdef CONFIG_SIM_X11FB if (g_x11initialized) { - /* Driver the X11 event loop */ + /* Drive the X11 event loop */ #ifdef CONFIG_SIM_TOUCHSCREEN if (g_eventloop)