summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock-kd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/hwclock-kd.c')
-rw-r--r--sys-utils/hwclock-kd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/hwclock-kd.c b/sys-utils/hwclock-kd.c
index 8e67009cb..3dac7072b 100644
--- a/sys-utils/hwclock-kd.c
+++ b/sys-utils/hwclock-kd.c
@@ -143,7 +143,7 @@ static int get_permissions_kd(void)
}
static struct clock_ops kd = {
- "KDGHWCLK interface to m68k clock",
+ N_("Using the KDGHWCLK interface to m68k clock."),
get_permissions_kd,
read_hardware_clock_kd,
set_hardware_clock_kd,