From db507ae23a34aa47404cd95e73a7af3414498ff9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 7 Jul 2015 07:40:53 -0400 Subject: [PATCH] Remove repeated 'the's --- src/libelogind/sd-bus/GVARIANT-SERIALIZATION | 4 ++-- src/shared/path-util.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2