26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From: David Herrmann <dh.herrmann@gmail.com>
|
|
Date: Tue, 26 May 2015 09:29:52 +0200
|
|
Subject: [PATCH] kdbus: fix typo
|
|
|
|
Fix "there" -> "their" typo.
|
|
|
|
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
|
|
Acked-by: Daniel Mack <daniel@zonque.org>
|
|
---
|
|
ipc/kdbus/connection.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/ipc/kdbus/connection.c b/ipc/kdbus/connection.c
|
|
index ab476fa9ccca..fb2c6c67c4c1 100644
|
|
--- a/ipc/kdbus/connection.c
|
|
+++ b/ipc/kdbus/connection.c
|
|
@@ -753,7 +753,7 @@ void kdbus_conn_quota_dec(struct kdbus_conn *c, struct kdbus_user *u,
|
|
*
|
|
* kdbus is reliable. That means, we try hard to never lose messages. However,
|
|
* memory is limited, so we cannot rely on transmissions to never fail.
|
|
- * Therefore, we use quota-limits to let callers know if there unicast message
|
|
+ * Therefore, we use quota-limits to let callers know if their unicast message
|
|
* cannot be transmitted to a peer. This works fine for unicasts, but for
|
|
* broadcasts we cannot make the caller handle the transmission failure.
|
|
* Instead, we must let the destination know that it couldn't receive a
|