From nobody Mon Sep 17 00:00:00 2001 From: Komal Shah Date: Tue, 29 Aug 2006 20:54:53 +0530 Subject: [PATCH] debugfs: spelling fix Change debufs_create_file() to debugfs_create_file(). Signed-off-by: Komal Shah --- fs/debugfs/inode.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) fb57f4f63fddf334166f6a8130b41eae47b0da2e diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c index e8ae304..ce8bf7c 100644 --- a/fs/debugfs/inode.c +++ b/fs/debugfs/inode.c @@ -256,7 +256,7 @@ EXPORT_SYMBOL_GPL(debugfs_create_dir); * * This function removes a file or directory in debugfs that was previously * created with a call to another debugfs function (like - * debufs_create_file() or variants thereof.) + * debugfs_create_file() or variants thereof.) * * This function is required to be called in order for the file to be * removed, no automatic cleanup of files will happen when a module is -- 1.3.3