1
0
Fork 0
forked from len0rd/rockbox

Correct another small typo in a comment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21746 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-07-10 16:27:24 +00:00
parent 161cb164ca
commit 2ad5e244c7

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 activated again (the lcd driver will
* we suppress 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)