summaryrefslogtreecommitdiffstats
path: root/mtab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mtab.c')
-rw-r--r--mtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtab.c b/mtab.c
index 57ea402..fd2d71e 100644
--- a/mtab.c
+++ b/mtab.c
@@ -219,7 +219,7 @@ const char *bfs_fstype(const struct bfs_mtab *mtab, const struct bfs_stat *statb
}
}
-bool bfs_maybe_mount(const struct bfs_mtab *mtab, const char *path) {
+bool bfs_might_be_mount(const struct bfs_mtab *mtab, const char *path) {
const char *name = xbasename(path);
return trie_find_str(&mtab->names, name);
}