chiark / gitweb /
treewide: fix typos and remove accidental repetition of words
[elogind.git] / src / basic / mount-util.c
index d5ec2afdd99110d5f44f8578feb02d7462316adc..a616d873315542028037b33e5fe8cf4175583ba5 100644 (file)
@@ -104,7 +104,7 @@ int fd_is_mount_point(int fd, const char *filename, int flags) {
          *
          * As last fallback we do traditional fstat() based st_dev
          * comparisons. This is how things were traditionally done,
-         * but unionfs breaks breaks this since it exposes file
+         * but unionfs breaks this since it exposes file
          * systems with a variety of st_dev reported. Also, btrfs
          * subvolumes have different st_dev, even though they aren't
          * real mounts of their own. */