diff options
author | Yuri Chornoivan | 2017-02-10 12:05:04 +0100 |
---|---|---|
committer | Karel Zak | 2017-02-13 14:10:12 +0100 |
commit | a7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b (patch) | |
tree | 98f814db2e7cb1fb841bfdab663ba789f05deecd /lib | |
parent | findmnt: use line separator for --poll output (diff) | |
download | kernel-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 'lib')
-rw-r--r-- | lib/sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sysfs.c b/lib/sysfs.c index 9c66a611a..cc290faac 100644 --- a/lib/sysfs.c +++ b/lib/sysfs.c @@ -623,7 +623,7 @@ static char *get_subsystem(char *chain, char *buf, size_t bufsz) } /* - * Returns complete path to the device, the patch contains all all subsystems + * Returns complete path to the device, the patch contains all subsystems * used for the device. */ char *sysfs_get_devchain(struct sysfs_cxt *cxt, char *buf, size_t bufsz) |