Skip to content

Commit

Permalink
nilfs2: fix typo "cout" -> "count" in error message
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Mar 14, 2010
1 parent 9ccf56c commit 1621562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nilfs2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ nilfs_find_entry(struct inode *dir, const struct qstr *qstr,
/* next page is past the blocks we've got */
if (unlikely(n > (dir->i_blocks >> (PAGE_CACHE_SHIFT - 9)))) {
nilfs_error(dir->i_sb, __func__,
"dir %lu size %lld exceeds block cout %llu",
"dir %lu size %lld exceeds block count %llu",
dir->i_ino, dir->i_size,
(unsigned long long)dir->i_blocks);
goto out;
Expand Down

0 comments on commit 1621562

Please sign in to comment.