Skip to content

Commit c368763

Browse files
authored
Merge pull request #87 from vaerksted/master
fix typos
2 parents 21d046f + e39aa4d commit c368763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/io.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##### Array{T} #####
22
using Mmap
33

4-
struct MMSer{T} end # sentinal type used in deserialize to switch to our
4+
struct MMSer{T} end # sentinel type used in deserialize to switch to our
55
# custom memory-mapping deserializers
66

77
can_mmap(io::IOStream) = true
@@ -93,7 +93,7 @@ end
9393

9494
##### Array{String} #####
9595

96-
const UNDEF_LENGTH = typemax(UInt32) # if your string is exaclty 4GB you're out of luck
96+
const UNDEF_LENGTH = typemax(UInt32) # if your string is exactly 4GB you're out of luck
9797

9898
function mmwrite(io::AbstractSerializer, xs::Array{String})
9999
Serialization.serialize_type(io, MMSer{typeof(xs)})

0 commit comments

Comments
 (0)