diff options
author | Nicolas Iooss <nicolas.iooss_linux@m4x.org> | 2015-03-15 13:13:08 +0800 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-04-04 10:12:30 +0900 |
commit | d3b010b04337460d60477e0154b5764e178da145 (patch) | |
tree | edea089c20acd4684539d9383e20139e0968238a | |
parent | 80bf46ea25c119211c06398e32f4d9fb8f31fc69 (diff) | |
download | linux-exynos-d3b010b04337460d60477e0154b5764e178da145.tar.gz linux-exynos-d3b010b04337460d60477e0154b5764e178da145.tar.bz2 linux-exynos-d3b010b04337460d60477e0154b5764e178da145.zip |
kdbus: fix minor typo in the walk-through example
s/receveiver/receiver/
Change-Id: Ibc3985ca9aae9cea69e1c3bc3236bb1d00ef308d
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>
-rw-r--r-- | samples/kdbus/kdbus-workers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/kdbus/kdbus-workers.c b/samples/kdbus/kdbus-workers.c index d1d8f7a7697b..d331e0186899 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 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; |