Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf1e91
)
debugfs: fix spelling typo in ncheck
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 23 Jan 2012 16:33:33 +0000
(11:33 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 23 Jan 2012 16:33:33 +0000
(11:33 -0500)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/ncheck.c
patch
|
blob
|
history
diff --git
a/debugfs/ncheck.c
b/debugfs/ncheck.c
index
1e169cf
..
58f3a50
100644
(file)
--- a/
debugfs/ncheck.c
+++ b/
debugfs/ncheck.c
@@
-75,7
+75,7
@@
static int ncheck_proc(struct ext2_dir_entry *dirent,
if (!debugfs_read_inode(dirent->inode, &inode,
"ncheck") &&
filetype != ext2_file_type(inode.i_mode)) {
- printf(" <--- BAD FILETY
L
E");
+ printf(" <--- BAD FILETY
P
E");
}
}
putc('\n', stdout);