diff options
author | Elliott Hughes <enh@google.com> | 2014-10-06 10:09:25 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-10-06 10:09:25 -0700 |
commit | a0d61ba3e9b9ecae95ac1fd32141b3a9a4a81c26 (patch) | |
tree | 39846dade264da31e1225810688826c29f3a4f8a | |
parent | 41198eea42b7a6f1d4222abd7a5fec965d11b238 (diff) | |
download | system_core-a0d61ba3e9b9ecae95ac1fd32141b3a9a4a81c26.zip system_core-a0d61ba3e9b9ecae95ac1fd32141b3a9a4a81c26.tar.gz system_core-a0d61ba3e9b9ecae95ac1fd32141b3a9a4a81c26.tar.bz2 |
Fix a typo in ioctl usage message.
Change-Id: I850dd9995a8ad6cb1f606cca2f57d7dbba2f40ed
-rw-r--r-- | toolbox/ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbox/ioctl.c b/toolbox/ioctl.c index 17fabff..ab1efa8 100644 --- a/toolbox/ioctl.c +++ b/toolbox/ioctl.c @@ -45,7 +45,7 @@ int ioctl_main(int argc, char *argv[]) break; case 'h': fprintf(stderr, "%s [-l <length>] [-a <argsize>] [-rdh] <device> <ioctlnr>\n" - " -l <lenght> Length of io buffer\n" + " -l <length> Length of io buffer\n" " -a <argsize> Size of each argument (1-8)\n" " -r Open device in read only mode\n" " -d Direct argument (no iobuffer)\n" |