From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751321AbbCOFO2 (ORCPT ); Sun, 15 Mar 2015 01:14:28 -0400 Received: from mx1.polytechnique.org ([129.104.30.34]:57367 "EHLO mx1.polytechnique.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750711AbbCOFO0 (ORCPT ); Sun, 15 Mar 2015 01:14:26 -0400 From: Nicolas Iooss To: gregkh@linuxfoundation.org, daniel@zonque.org, dh.herrmann@googlemail.com, tixxdz@opendz.org Cc: linux-kernel@vger.kernel.org, Nicolas Iooss Subject: [PATCH] kdbus: fix minor typo in the walk-through example Date: Sun, 15 Mar 2015 13:13:08 +0800 Message-Id: <1426396388-2199-1-git-send-email-nicolas.iooss_linux@m4x.org> X-Mailer: git-send-email 2.3.2 In-Reply-To: <1425906560-13798-1-git-send-email-gregkh@linuxfoundation.org> References: <1425906560-13798-1-git-send-email-gregkh@linuxfoundation.org> X-AV-Checked: ClamAV using ClamSMTP at svoboda.polytechnique.org (Sun Mar 15 06:14:23 2015 +0100 (CET)) X-Spam-Flag: No, tests=bogofilter, spamicity=0.000001, queueID=CA8721408EFBF Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org s/receveiver/receiver/ Signed-off-by: Nicolas Iooss --- samples/kdbus/kdbus-workers.c | 4 ++-- 1 file 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; -- 2.3.2