From ccb644191331dd506f96c474997895ce3ee2b279 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Wed, 30 Dec 2009 19:10:22 +0000 Subject: Fix a typo in comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24128 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config.h b/firmware/export/config.h index 3997ce4b0c..01933dadf2 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -131,7 +131,7 @@ * BACKLIGHT_FADING_SW_SETTING means that backlight is turned on by only setting * the brightness (i.e. no real difference between backlight_on and * backlight_set_brightness) - * BACKLIGHT_FADING_SW_SETTING means that backlight brightness is restored + * BACKLIGHT_FADING_SW_HW_REG means that backlight brightness is restored * "in hardware", from a hardware register upon backlight_on * Both types need to have minor adjustments in the software fading code */ #define BACKLIGHT_FADING_SW_SETTING 0x2 -- cgit