diff options
author | Alessio Igor Bogani <abogani@kernel.org> | 2011-04-08 19:33:07 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-08 16:07:52 -0700 |
commit | 7422caa5a1a53ee6b21a687c61cc5435edf8c19f (patch) | |
tree | 55dc12dabaa2b8b6514aabec8f166010241c7b51 /fs/ufs | |
parent | 5ecd602e76b925eb19c31d8e861876c9a56321f3 (diff) | |
download | linux-7422caa5a1a53ee6b21a687c61cc5435edf8c19f.tar.bz2 |
ufs: Fix a typo
Signed-off-by: Alessio Igor Bogani <abogani@kernel.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/ufs')
-rw-r--r-- | fs/ufs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ufs/inode.c b/fs/ufs/inode.c index 03c255f12df5..6863599f7033 100644 --- a/fs/ufs/inode.c +++ b/fs/ufs/inode.c @@ -409,7 +409,7 @@ out: } /** - * ufs_getfrag_bloc() - `get_block_t' function, interface between UFS and + * ufs_getfrag_block() - `get_block_t' function, interface between UFS and * readpage, writepage and so on */ |