summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>2015-03-15 13:13:08 +0800
committerMaciej Wereski <m.wereski@partner.samsung.com>2015-04-02 17:24:19 +0200
commita67bb71d3d00c1db72e71a421449c79561019d78 (patch)
treed21592da20370ff4282a75fd521a4058e3f63261
parent77871c10b246ecf7b716309d57cce48f447428f5 (diff)
downloadlinux-3.10-a67bb71d3d00c1db72e71a421449c79561019d78.tar.gz
linux-3.10-a67bb71d3d00c1db72e71a421449c79561019d78.tar.bz2
linux-3.10-a67bb71d3d00c1db72e71a421449c79561019d78.zip
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>
-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 d1d8f7a7697..d331e018689 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;