summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock-cmos.c
diff options
context:
space:
mode:
authorBenno Schulenberg2014-09-22 22:15:38 +0200
committerKarel Zak2014-10-01 09:37:09 +0200
commit548696c4422684bb29b2fb763d984d622fa8782f (patch)
treeab50a03352f14e35c987447f9257908b74eec673 /sys-utils/hwclock-cmos.c
parenttextual: using angular brackets around individual arguments (diff)
downloadkernel-qcow2-util-linux-548696c4422684bb29b2fb763d984d622fa8782f.tar.gz
kernel-qcow2-util-linux-548696c4422684bb29b2fb763d984d622fa8782f.tar.xz
kernel-qcow2-util-linux-548696c4422684bb29b2fb763d984d622fa8782f.zip
textual: grammarize another error message
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/hwclock-cmos.c')
-rw-r--r--sys-utils/hwclock-cmos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/hwclock-cmos.c b/sys-utils/hwclock-cmos.c
index 7ffbf9592..ca6ab1c5c 100644
--- a/sys-utils/hwclock-cmos.c
+++ b/sys-utils/hwclock-cmos.c
@@ -319,7 +319,7 @@ static inline unsigned long cmos_read(unsigned long reg)
clock_ctl_addr);
lseek(dev_port_fd, clock_data_addr, 0);
if (read(dev_port_fd, &v, 1) == -1 && debug)
- warn(_("cmos_read(): read data address %X failed"),
+ warn(_("cmos_read(): read from data address %X failed"),
clock_data_addr);
return v;
} else {