Skip to content

Commit 0fca8b3

Browse files
kamalmarhubicarllerche
authored andcommitted
Fix name of MNT_DETACH flag
1 parent b64a5dd commit 0fca8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mount.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bitflags!(
4343
bitflags!(
4444
flags MntFlags: c_int {
4545
const MNT_FORCE = 1 << 0,
46-
const MNT_DETATCH = 1 << 1,
46+
const MNT_DETACH = 1 << 1,
4747
const MNT_EXPIRE = 1 << 2
4848
}
4949
);

0 commit comments

Comments
 (0)