summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-07 07:40:53 -0400
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:06:00 +0100
commitdb507ae23a34aa47404cd95e73a7af3414498ff9 (patch)
tree9d68a657b19bf224c173a3242e7f1fdb483f3187 /src/shared
parentc04b6b9bfe4a498a61ac34038bb9523ca9edfc36 (diff)
Remove repeated 'the's
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/path-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/path-util.c b/src/shared/path-util.c
index 537705446..8f49d6526 100644
--- a/src/shared/path-util.c
+++ b/src/shared/path-util.c
@@ -528,7 +528,7 @@ int fd_is_mount_point(int fd, const char *filename, int flags) {
*
* If that didn't work we will try to read the mount id from
* /proc/self/fdinfo/<fd>. This is almost as good as
- * name_to_handle_at(), however, does not return the the
+ * name_to_handle_at(), however, does not return the
* opaque file handle. The opaque file handle is pretty useful
* to detect the root directory, which we should always
* consider a mount point. Hence we use this only as