summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbcachefs/super-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/super-io.c b/libbcachefs/super-io.c
index 5897380c..ec295a5e 100644
--- a/libbcachefs/super-io.c
+++ b/libbcachefs/super-io.c
@@ -90,7 +90,7 @@ int bch2_set_version_incompat(struct bch_fs *c, enum bcachefs_metadata_version v
bch2_version_to_text(&buf, version);
prt_str(&buf, " currently not enabled, allowed up to ");
bch2_version_to_text(&buf, c->sb.version_incompat_allowed);
- prt_printf(&buf, "\n set version_upgrade=incompat to enable");
+ prt_printf(&buf, "\n set version_upgrade=incompatible to enable");
bch_notice(c, "%s", buf.buf);
}