summaryrefslogtreecommitdiffstats
path: root/disk-utils/partx.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 /disk-utils/partx.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 'disk-utils/partx.c')
-rw-r--r--disk-utils/partx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/partx.c b/disk-utils/partx.c
index 7442100f3..d1964b458 100644
--- a/disk-utils/partx.c
+++ b/disk-utils/partx.c
@@ -815,7 +815,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 */
{ 'P','a','d','l','r','s','u' },
{ 0 }
};