diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2013-04-11 20:51:39 +0300 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2013-04-26 12:50:03 +0200 |
commit | ef75bc880e579b977ea0f5e04029e2509a9c0b4a (patch) | |
tree | 79987cfdaaf444de2e47e17638d1da8d7859417c /libmount/src | |
parent | 1666c15588620b3d8402755650d6c707da71cd0c (diff) | |
download | util-linux-ef75bc880e579b977ea0f5e04029e2509a9c0b4a.tar.gz |
Fix various typos
Diffstat (limited to 'libmount/src')
-rw-r--r-- | libmount/src/context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/context.c b/libmount/src/context.c index af16f647..08e3951f 100644 --- a/libmount/src/context.c +++ b/libmount/src/context.c @@ -857,7 +857,7 @@ int mnt_context_set_options_pattern(struct libmnt_context *cxt, const char *patt * @cxt: mount context * @tb: fstab * - * The mount context reads /etc/fstab to the the private struct libmnt_table by default. + * The mount context reads /etc/fstab to the private struct libmnt_table by default. * This function allows to overwrite the private fstab with an external * instance. Note that the external instance is not deallocated by mnt_free_context(). * |