diff options
author | Stefan Huber <[email protected]> | 2013-06-05 12:24:38 +0200 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2013-06-05 16:24:58 +0200 |
commit | 94358bce57d88d82e1d955ced9a0fbbbc5e3e970 (patch) | |
tree | b9c1ec086084fe145db32b7d9783551e14932a2e | |
parent | 8bfcb93a87ade07f74ed7a3b0fe807a7f3dfa587 (diff) |
Documentation/early-userspace/README fix a typo
Corrected the swapped characters in the word arugemnt to argument.
Signed-off-by: Stefan Huber <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r-- | Documentation/early-userspace/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/early-userspace/README b/Documentation/early-userspace/README index e35d83052192..661a73fad399 100644 --- a/Documentation/early-userspace/README +++ b/Documentation/early-userspace/README @@ -71,7 +71,7 @@ can really be interpreted as any legal argument to gen_initramfs_list.sh. If a directory is specified as an argument then the contents are scanned, uid/gid translation is performed, and usr/gen_init_cpio file directives are output. If a directory is -specified as an arugemnt to scripts/gen_initramfs_list.sh then the +specified as an argument to scripts/gen_initramfs_list.sh then the contents of the file are simply copied to the output. All of the output directives from directory scanning and file contents copying are processed by usr/gen_init_cpio. |