Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
(cherry picked from commit bcc6e2f)
ref #14630
  • Loading branch information
Mike Usenko authored and tkelman committed Mar 7, 2016
1 parent 221e865 commit 2ff37c9
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 @@ -897,7 +897,7 @@ function read!(s::LibuvStream, a::Array{UInt8, 1})
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 2ff37c9

Please sign in to comment.