Skip to content

Commit 939e8f5

Browse files
authored
fix typo in comment
1 parent 1d29970 commit 939e8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ show(io::IO, ::SHA3_384_CTX) = write(io, "SHA3 384-bit hash state")
145145
show(io::IO, ::SHA3_512_CTX) = write(io, "SHA3 512-bit hash state")
146146

147147

148-
# use out types to define a method to get a pointer to the state buffer
148+
# use our types to define a method to get a pointer to the state buffer
149149
buffer_pointer(ctx::T) where {T<:SHA_CTX} = Ptr{state_type(T)}(pointer(ctx.buffer))

0 commit comments

Comments
 (0)