o s/interupted/interrupted/g
o s/The the/The/g

Signed-off-by: Alexander Alemayhu <[email protected]>
CC: Greg Kroah-Hartman <[email protected]>
CC: Arve Hjønnevåg <[email protected]>
---
 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

Reply via email to