projects
/
platform
/
upstream
/
btrfs-progs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61907d4
)
Fix spelling mistake when running 'btrfsck' when argument doesn't exist.
author
nick d
<blumph@gmail.com>
Wed, 3 Jun 2009 16:04:41 +0000
(12:04 -0400)
committer
Chris Mason
<chris.mason@oracle.com>
Wed, 3 Jun 2009 16:15:40 +0000
(12:15 -0400)
Signed-off-by: Chris Mason <chris.mason@oracle.com>
disk-io.c
patch
|
blob
|
history
diff --git
a/disk-io.c
b/disk-io.c
index 239c1143f9c87d4eb8d711901c704566af3540aa..82e24e6da0f253ac4c2665e81d33471368059d9b 100644
(file)
--- a/
disk-io.c
+++ b/
disk-io.c
@@
-557,7
+557,7
@@
struct btrfs_root *open_ctree(const char *filename, u64 sb_bytenr, int writes)
fp = open(filename, flags, 0600);
if (fp < 0) {
- fprintf (stderr, "Coul
t
not open %s\n", filename);
+ fprintf (stderr, "Coul
d
not open %s\n", filename);
return NULL;
}
root = open_ctree_fd(fp, filename, sb_bytenr, writes);