From: Konrad Lipinski Date: Thu, 8 Sep 2016 14:47:41 +0000 (+0200) Subject: Revert "kdbus: fix minor typo in the walk-through example" X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6062bf6454e6fc0d6196dd0012b83c9948e9b55;p=platform%2Fkernel%2Flinux-exynos.git Revert "kdbus: fix minor typo in the walk-through example" This reverts commit cc914cc79d871e02658a06f8f868f765b32cbb7a. --- diff --git a/samples/kdbus/kdbus-workers.c b/samples/kdbus/kdbus-workers.c index d331e0186899..d1d8f7a7697b 100644 --- a/samples/kdbus/kdbus-workers.c +++ b/samples/kdbus/kdbus-workers.c @@ -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;