From: Zbigniew Jędrzejewski-Szmek Date: Tue, 7 Jul 2015 11:40:53 +0000 (-0400) Subject: Remove repeated 'the's X-Git-Tag: v226.4~1^2~224 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=db507ae23a34aa47404cd95e73a7af3414498ff9;ds=inline Remove repeated 'the's --- diff --git a/src/libelogind/sd-bus/GVARIANT-SERIALIZATION b/src/libelogind/sd-bus/GVARIANT-SERIALIZATION index 859e2715f..6aeb11364 100644 --- a/src/libelogind/sd-bus/GVARIANT-SERIALIZATION +++ b/src/libelogind/sd-bus/GVARIANT-SERIALIZATION @@ -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 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