[systemd-commits] src/libsystemd

David Herrmann dvdhrm at kemper.freedesktop.org
Mon Dec 29 03:55:53 PST 2014


 src/libsystemd/sd-bus/bus-kernel.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 315a73d97f277bfbb32170d0a5e2d259198a6838
Author: David Herrmann <dh.herrmann at gmail.com>
Date:   Tue Dec 23 17:10:54 2014 +0100

    bus: fix typo
    
    Drop spurious 'we'.

diff --git a/src/libsystemd/sd-bus/bus-kernel.c b/src/libsystemd/sd-bus/bus-kernel.c
index a7811ee..d9252b2 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. */



More information about the systemd-commits mailing list