projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e62195a
)
kdbus: fix 'canceled' typo
author
David Herrmann
<dh.herrmann@gmail.com>
Thu, 10 Apr 2014 19:40:30 +0000
(21:40 +0200)
committer
David Herrmann
<dh.herrmann@gmail.com>
Thu, 10 Apr 2014 19:40:30 +0000
(21:40 +0200)
'canceled' -> 'cancelled'
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
kdbus.h
patch
|
blob
|
history
diff --git
a/kdbus.h
b/kdbus.h
index 174a1c32367416c0bc4f99d07a53dfefaababcef..af5e243aebccb19b749a131a1a934ebda27cbabd 100644
(file)
--- a/
kdbus.h
+++ b/
kdbus.h
@@
-922,7
+922,7
@@
enum kdbus_ioctl_type {
* size.
* @ENOBUFS: There is no space left for the submitted data to fit
* into the receiver's pool.
- * @ENOENT: The to be canceled message was not found.
+ * @ENOENT: The to be cancel
l
ed message was not found.
* @ENOMEM: Out of memory.
* @ENOMSG: The queue is not empty, but no message with a matching
* priority is currently queued.