1
0
Fork 0
forked from len0rd/rockbox

Fix a typo

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21741 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2009-07-10 12:22:30 +00:00
parent 989ed2be01
commit 37c7a67b47

View file

@ -258,7 +258,7 @@ static void gwps_fix_statusbars(void)
#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)
/*
* If the user is unable to see the wps, because the display is deactivated,
* we surpress updates until the wps is actived again (the lcd driver will
* we surpress updates until the wps is activated again (the lcd driver will
* call this hook to issue an instant update)
* */
static void wps_lcd_activation_hook(void)