summaryrefslogtreecommitdiff
path: root/c_src
diff options
context:
space:
mode:
authorkoverstreet <kent.overstreet@gmail.com>2024-05-29 23:56:27 -0400
committerGitHub <noreply@github.com>2024-05-29 23:56:27 -0400
commitde6e8ac23014b18795b08aad0e7a0b38323a49d3 (patch)
treea2f7105fc4808ce0e1015974ce6274a7956757b1 /c_src
parent3016a7dbbd744b7238a260a52b0a5822145057e3 (diff)
parent18f9526c45e560df26dfadd5bdef7467aab6c0f7 (diff)
Merge pull request #280 from JohnRTitor/cleanup
treewide: fix typos in docs and comments
Diffstat (limited to 'c_src')
-rw-r--r--c_src/cmd_migrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/cmd_migrate.c b/c_src/cmd_migrate.c
index e41d1950..81c57c09 100644
--- a/c_src/cmd_migrate.c
+++ b/c_src/cmd_migrate.c
@@ -762,7 +762,7 @@ static int migrate_fs(const char *fs_path,
"superblock at the default offset and finish the migration run\n"
" bcachefs migrate-superblock -d %s -o %llu\n"
"\n"
- "The new filesystem will have a file at /old_migrated_filestem\n"
+ "The new filesystem will have a file at /old_migrated_filesystem\n"
"referencing all disk space that might be used by the existing\n"
"filesystem. That file can be deleted once the old filesystem is\n"
"no longer needed (and should be deleted prior to running\n"