Revert "kdbus: fix minor typo in the walk-through example"
authorKonrad Lipinski <konrad.l@samsung.com>
Thu, 8 Sep 2016 14:47:41 +0000 (16:47 +0200)
committerKonrad Lipinski <konrad.l@samsung.com>
Fri, 9 Sep 2016 11:26:31 +0000 (13:26 +0200)
This reverts commit cc914cc79d871e02658a06f8f868f765b32cbb7a.

samples/kdbus/kdbus-workers.c

index d331e01868996e6d999fc28e11972cd6bc8822ea..d1d8f7a7697bf9a31c2fec5b69c7d2575e6183cf 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 receiver connection, and does not need to be valid
-        * after the command is employed.
+        * the pool of the receveiver connection, and does not need to be
+        * valid after the command is employed.
         */
        item = KDBUS_ITEM_NEXT(item);
        item->type = KDBUS_ITEM_PAYLOAD_VEC;