summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
authorYuri Chornoivan2017-02-10 12:05:04 +0100
committerKarel Zak2017-02-13 14:10:12 +0100
commita7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b (patch)
tree98f814db2e7cb1fb841bfdab663ba789f05deecd /sys-utils/hwclock.c
parentfindmnt: use line separator for --poll output (diff)
downloadkernel-qcow2-util-linux-a7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b.tar.gz
kernel-qcow2-util-linux-a7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b.tar.xz
kernel-qcow2-util-linux-a7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b.zip
docs: Fix word repetitions
Diffstat (limited to 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index 059ee4099..6de09fda8 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -652,7 +652,7 @@ display_time(const bool hclock_valid, struct timeval hwctime)
* runnable by issuing the command "date" to the /bin/sh shell. That means
* in must be in the current PATH.
*
- * If anything goes wrong (and many things can), we return return code 10
+ * If anything goes wrong (and many things can), we return code 10
* and arbitrary *time_p. Otherwise, return code is 0 and *time_p is valid.
*/
static int interpret_date_string(const struct hwclock_control *ctl,
@@ -1527,7 +1527,7 @@ int main(int argc, char **argv)
{NULL, 0, NULL, 0}
};
- static const ul_excl_t excl[] = { /* rows and cols in in ASCII order */
+ static const ul_excl_t excl[] = { /* rows and cols in ASCII order */
{ 'a','r','s','w',
OPT_GET, OPT_GETEPOCH, OPT_PREDICT_HC,
OPT_SET, OPT_SETEPOCH, OPT_SYSTZ },