From ff9b60f38bf68eba4a47cabff14547d92e083214 Mon Sep 17 00:00:00 2001 From: Torstein Husebø Date: Mon, 11 May 2015 13:49:29 +0200 Subject: treewide: Correct typos and spell plural of bus consistent --- src/libsystemd/libsystemd.sym.m4 | 2 +- src/libsystemd/sd-bus/bus-kernel.c | 2 +- src/libsystemd/sd-rtnl/rtnl-message.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libsystemd') diff --git a/src/libsystemd/libsystemd.sym.m4 b/src/libsystemd/libsystemd.sym.m4 index 72213c2297..b443c3cfba 100644 --- a/src/libsystemd/libsystemd.sym.m4 +++ b/src/libsystemd/libsystemd.sym.m4 @@ -63,7 +63,7 @@ global: sd_journal_open_files; sd_journal_open_container; - /* sd-dameon */ + /* sd-daemon */ sd_booted; sd_is_fifo; sd_is_mq; diff --git a/src/libsystemd/sd-bus/bus-kernel.c b/src/libsystemd/sd-bus/bus-kernel.c index 8e3b64337c..d5cc8100ce 100644 --- a/src/libsystemd/sd-bus/bus-kernel.c +++ b/src/libsystemd/sd-bus/bus-kernel.c @@ -1593,7 +1593,7 @@ int bus_kernel_create_bus(const char *name, bool world, char **s) { make->size += ALIGN8(n->size); - /* The busses we create make no restrictions on what metadata + /* The buses we create make no restrictions on what metadata * peers can read from incoming messages. */ n = KDBUS_ITEM_NEXT(n); n->type = KDBUS_ITEM_ATTACH_FLAGS_RECV; diff --git a/src/libsystemd/sd-rtnl/rtnl-message.c b/src/libsystemd/sd-rtnl/rtnl-message.c index 4f994a10d3..bab2a4ff08 100644 --- a/src/libsystemd/sd-rtnl/rtnl-message.c +++ b/src/libsystemd/sd-rtnl/rtnl-message.c @@ -45,7 +45,7 @@ static int message_new_empty(sd_rtnl *rtnl, sd_rtnl_message **ret) { /* Note that 'rtnl' is currently unused, if we start using it internally we must take care to avoid problems due to mutual references between - busses and their queued messages. See sd-bus. + buses and their queued messages. See sd-bus. */ m = new0(sd_rtnl_message, 1); -- cgit v1.2.3-54-g00ecf