From: Aurelien Francillon<aurel@naurel.org>

trivial patch for fscache menuconfig help documentation path and typo

Signed-off-by: Aur=E9lien Francillon <aurel@naurel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 fs/Kconfig |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff -puN fs/Kconfig~fscache-menuconfig-help-fix-documentation-path fs/Kconfig
--- devel/fs/Kconfig~fscache-menuconfig-help-fix-documentation-path	2005-07-08 23:11:49.000000000 -0700
+++ devel-akpm/fs/Kconfig	2005-07-08 23:11:49.000000000 -0700
@@ -498,10 +498,10 @@ config FSCACHE
 	help
 	  This option enables a generic filesystem caching manager that can be
 	  used by various network and other filesystems to cache data
-	  locally. Diffent sorts of caches can be plugged in, depending on the
+	  locally. Different sorts of caches can be plugged in, depending on the
 	  resources available.
 
-	  See Documentation/filesystems/fscache.txt for more information.
+	  See Documentation/filesystems/caching/fscache.txt for more information.
 
 config CACHEFS
 	tristate "Filesystem caching filesystem"
@@ -520,7 +520,7 @@ config CACHEFS
 	  The cache can be journalled so that the cache contents aren't
 	  destroyed in the event of a power failure.
 
-	  See Documentation/filesystems/cachefs.txt for more information.
+	  See Documentation/filesystems/caching/cachefs.txt for more information.
 
 endmenu
 
_