Skip to content

Commit 5017521

Browse files
authored
Update posix_options.h (#1176)
1 parent df54c76 commit 5017521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fast_io_hosted/mmap/posix_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct posix_mmap_options
2323
{
2424
// 0x4000000u on pdp11 is ul, on pdp11 mask is all poped
2525
constexpr unsigned mask{~static_cast<unsigned>(0x4000000u)};
26-
flags = staic_cast<int>(staic_cast<unsigned>(flags) & mask);
26+
flags = static_cast<int>(static_cast<unsigned>(flags) & mask);
2727
}
2828
}
2929
#endif

0 commit comments

Comments
 (0)