summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>2015-03-15 13:13:08 +0800
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:48:36 +0900
commitb31f1ad32959179df294099baff93ec29dc5c09e (patch)
treeee7db3070de7ab25ead9e245a7c53e8789add5f3 /samples
parentedb33c40fa2ec7c9d8202c39da3a71feaf24ecb9 (diff)
kdbus: fix minor typo in the walk-through example
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>
Diffstat (limited to 'samples')
-rw-r--r--samples/kdbus/kdbus-workers.c4
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;