kdbus: fix minor typo in the walk-through example
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Sun, 15 Mar 2015 05:13:08 +0000 (13:13 +0800)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:48:36 +0000 (13:48 +0900)
s/receveiver/receiver/

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paul Osmialowski <p.osmialowsk@samsung.com>
samples/kdbus/kdbus-workers.c

index d1d8f7a..d331e01 100644 (file)
@@ -787,8 +787,8 @@ static int child_run(struct child *c)
         * The 2nd item contains a vector to memory we want to send. It
         * can be content of any type. In our case, we're sending a one-byte
         * string only. The memory referenced by this item will be copied into
-        * the pool of the receveiver connection, and does not need to be
-        * valid after the command is employed.
+        * the pool of the receiver connection, and does not need to be valid
+        * after the command is employed.
         */
        item = KDBUS_ITEM_NEXT(item);
        item->type = KDBUS_ITEM_PAYLOAD_VEC;