Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1548867
| From | Alexander Alemayhu <alexander@alemayhu.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] android: uapi: trivial comment changes |
| Date | 2017-01-01 10:20 +0100 |
| Message-ID | <sUKt3-6Ut-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
o s/interupted/interrupted/g
o s/The the/The/g
Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
CC: Arve Hjønnevåg <arve@android.com>
---
include/uapi/linux/android/binder.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/uapi/linux/android/binder.h b/include/uapi/linux/android/binder.h
index 41420e341e75..b3e84e5d36a0 100644
--- a/include/uapi/linux/android/binder.h
+++ b/include/uapi/linux/android/binder.h
@@ -109,7 +109,7 @@ struct binder_version {
* NOTE: Two special error codes you should check for when calling
* in to the driver are:
*
- * EINTR -- The operation has been interupted. This should be
+ * EINTR -- The operation has been interrupted. This should be
* handled by retrying the ioctl() until a different error code
* is returned.
*
@@ -266,7 +266,7 @@ enum binder_driver_return_protocol {
BR_FAILED_REPLY = _IO('r', 17),
/*
- * The the last transaction (either a bcTRANSACTION or
+ * The last transaction (either a bcTRANSACTION or
* a bcATTEMPT_ACQUIRE) failed (e.g. out of memory). No parameters.
*/
};
--
2.11.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] android: uapi: trivial comment changes Alexander Alemayhu <alexander@alemayhu.com> - 2017-01-01 10:20 +0100
csiph-web