diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-12-23 17:10:54 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-12-29 12:55:28 +0100 |
commit | 315a73d97f277bfbb32170d0a5e2d259198a6838 (patch) | |
tree | fe7fb25e5b09a775d1ae71cd6956b3baa5370252 /src/libsystemd/sd-bus | |
parent | 09773ef4462657bffadc568d08c962041fea9944 (diff) |
bus: fix typo
Drop spurious 'we'.
Diffstat (limited to 'src/libsystemd/sd-bus')
-rw-r--r-- | src/libsystemd/sd-bus/bus-kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/bus-kernel.c b/src/libsystemd/sd-bus/bus-kernel.c index a7811eea0a..d9252b2560 100644 --- a/src/libsystemd/sd-bus/bus-kernel.c +++ b/src/libsystemd/sd-bus/bus-kernel.c @@ -744,7 +744,7 @@ static int bus_kernel_make_message(sd_bus *bus, struct kdbus_msg *k) { /* If we requested the list of well-known names to be appended * and the sender had none no item for it will be - * attached. However, this does *not* mean that we the kernel + * attached. However, this does *not* mean that the kernel * didn't want to provide this information to us. Hence, let's * explicitly mark this information as available if it was * requested. */ |