X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fpath-util.c;fp=src%2Fshared%2Fpath-util.c;h=8f49d652664fcf2b63aa29740da6c61f741e350f;hp=537705446a026eddd55750103747a9882ed5037c;hb=db507ae23a34aa47404cd95e73a7af3414498ff9;hpb=c04b6b9bfe4a498a61ac34038bb9523ca9edfc36 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/. 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