Fix typo in README
This commit is contained in:
parent
d12c8d79b8
commit
ee2702a921
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ let map fd ~pos len =
|
||||||
Bigarray.array1_of_genarray barr
|
Bigarray.array1_of_genarray barr
|
||||||
else empty
|
else empty
|
||||||
|
|
||||||
external getpagesize : unit -> int = "unix_getpagesize" [@noalloc]
|
external getpagesize : unit -> int = "unix_getpagesize" [@@noalloc]
|
||||||
|
|
||||||
let () =
|
let () =
|
||||||
let fd = Unix.openfile "disk.img" Unix.[ O_RDONLY ] 0o644 in
|
let fd = Unix.openfile "disk.img" Unix.[ O_RDONLY ] 0o644 in
|
||||||
|
|
Loading…
Reference in a new issue