Skip to content

Commit

Permalink
Typo fix, thanys to @mmaxs,
Browse files Browse the repository at this point in the history
Taken from: JuliaLang#14630
  • Loading branch information
samoconnor committed Jan 19, 2016
1 parent 0032cd6 commit 92d2aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/stream.jl
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ function readbytes!(s::LibuvStream, a::Vector{UInt8}, nb = length(a))
finally
s.buffer = sbuf
if !isempty(s.readnotify.waitq)
start_reading(x) # resume reading iff there are currently other read clients of the stream
start_reading(s) # resume reading iff there are currently other read clients of the stream
end
end
end
Expand Down

0 comments on commit 92d2aee

Please sign in to comment.