From: Aurelien Francillon trivial patch for fscache menuconfig help documentation path and typo Signed-off-by: Aur=E9lien Francillon Signed-off-by: Andrew Morton --- 25-akpm/fs/Kconfig | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -puN fs/Kconfig~fscache-menuconfig-help-fix-documentation-path fs/Kconfig --- 25/fs/Kconfig~fscache-menuconfig-help-fix-documentation-path 2005-03-10 19:09:46.000000000 -0800 +++ 25-akpm/fs/Kconfig 2005-03-10 19:09:46.000000000 -0800 @@ -450,10 +450,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" @@ -472,7 +472,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 _