1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

Remove repeated 'the's

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-07-07 07:40:53 -04:00
parent 9b361114f5
commit af86c44038
3 changed files with 5 additions and 6 deletions

View 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

View 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

View 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;