chiark / gitweb /
Remove repeated 'the's
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Jul 2015 11:40:53 +0000 (07:40 -0400)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:06:00 +0000 (10:06 +0100)
src/libelogind/sd-bus/GVARIANT-SERIALIZATION
src/shared/path-util.c

index 859e2715f9c3081e4de030dee48f6f818b2cb43f..6aeb11364a415f832e14275b8da10bd75f0a2141 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 537705446a026eddd55750103747a9882ed5037c..8f49d652664fcf2b63aa29740da6c61f741e350f 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