Skip to content

Commit

Permalink
Fix typo in MemfdFlags (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyyxx authored Mar 20, 2024
1 parent 2c27005 commit 7ed40bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/linux_raw/fs/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ bitflags! {

/// `MFD_HUGE_64KB`
const HUGE_64KB = linux_raw_sys::general::MFD_HUGE_64KB;
/// `MFD_HUGE_512JB`
/// `MFD_HUGE_512KB`
const HUGE_512KB = linux_raw_sys::general::MFD_HUGE_512KB;
/// `MFD_HUGE_1MB`
const HUGE_1MB = linux_raw_sys::general::MFD_HUGE_1MB;
Expand Down

0 comments on commit 7ed40bc

Please sign in to comment.