From c06bcef1945ccb7b3be7df6e64a3d242ec9dda43 Mon Sep 17 00:00:00 2001
From: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
Date: Sun, 30 Mar 2008 01:20:17 +0100
Subject: [PATCH] Documentation: Fix various typos.

Signed-off-by: Cyril Brulebois <cyril.brulebois@kerlabs.com>
---
 Documentation/early-userspace/README |    2 +-
 Documentation/nfsroot.txt            |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/early-userspace/README b/Documentation/early-userspace/README
index 766d320..940bb6a 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.
diff --git a/Documentation/nfsroot.txt b/Documentation/nfsroot.txt
index 31b3291..77f6cb4 100644
--- a/Documentation/nfsroot.txt
+++ b/Documentation/nfsroot.txt
@@ -105,9 +105,9 @@ ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>
 		the client address and this parameter is NOT empty only
 		replies from the specified server are accepted.
 
-		Only required for for NFS root. That is autoconfiguration
-		will not be triggered if it is missing and NFS root is not
-		in operation.
+		Only required for NFS root. That is autoconfiguration will
+		not be triggered if it is missing and NFS root is not in
+		operation.
 
 		Default: Determined using autoconfiguration.
 		         The address of the autoconfiguration server is used.
@@ -170,7 +170,7 @@ They depend on various facilities being available:
 
 	When building kernels, an easy way to create a boot floppy that uses
 	syslinux is to use the zdisk or bzdisk make targets which use
-      	and bzimage images respectively. Both targets accept the
+      	zimage and bzimage images respectively. Both targets accept the
      	FDARGS parameter which can be used to set the kernel command line.
 
 	e.g.
@@ -248,7 +248,7 @@ They depend on various facilities being available:
 	When using pxelinux, the kernel image is specified using
 	"kernel <relative-path-below /tftpboot>". The nfsroot parameters
 	are passed to the kernel by adding them to the "append" line.
-	It is common to use serial console in conjunction with pxeliunx,
+	It is common to use serial console in conjunction with pxelinux,
 	see Documentation/serial-console.txt for more information.
 
 	For more information on isolinux, including how to create bootdisks
-- 
1.5.4.4

