Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Usenko committed Jan 16, 2016
1 parent 9c7753b commit 85512d6
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 @@ -931,7 +931,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 85512d6

Please sign in to comment.