Remove repeated 'the's
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Jul 2015 11:40:53 +0000 (07:40 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Jul 2015 11:40:53 +0000 (07:40 -0400)
src/basic/path-util.c
src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
src/nspawn/nspawn.c

index 5377054..8f49d65 100644 (file)
@@ -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
index 859e271..6aeb113 100644 (file)
@@ -25,8 +25,8 @@ The header consists of the following:
 
     = 12 bytes
 
-This header is then followed by the the fields array, whose first
-value is a 32bit array size.
+This header is then followed by the fields array, whose first value is
+a 32bit array size.
 
 When using GVariant we keep the basic structure in place, only
 slightly alter the header, and define protocol version '2'. The new
index ab9fbaf..198de30 100644 (file)
@@ -756,9 +756,8 @@ static int parse_argv(int argc, char *argv[]) {
                                 /* If two parameters are specified,
                                  * the first one is the lower, the
                                  * second one the upper directory. And
-                                 * we'll also define the the
-                                 * destination mount point the same as
-                                 * the upper. */
+                                 * we'll also define the destination
+                                 * mount point the same as the upper. */
                                 upper = lower[1];
                                 lower[1] = NULL;