aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert P. J. Day <[email protected]>2008-04-25 08:52:51 -0400
committerGreg Kroah-Hartman <[email protected]>2008-04-30 16:52:47 -0700
commit883ce42ec45c2dbef5be7c133ade9741ac978329 (patch)
treeb302c0cf77921bc803699fe1b64f9f5118c0a25a
parent16dc42e018c2868211b4928f20a957c0c216126c (diff)
DEBUGFS: Correct location of debugfs API documentation.
Signed-off-by: Robert P. J. Day <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--fs/debugfs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/debugfs/file.c b/fs/debugfs/file.c
index fddffe4851f5..159a5efd6a8a 100644
--- a/fs/debugfs/file.c
+++ b/fs/debugfs/file.c
@@ -9,7 +9,7 @@
* 2 as published by the Free Software Foundation.
*
* debugfs is for people to use instead of /proc or /sys.
- * See Documentation/DocBook/kernel-api for more details.
+ * See Documentation/DocBook/filesystems for more details.
*
*/