diff --git a/src/stream_base.h b/src/stream_base.h index 3267e544a04195..d5a759bd8ded30 100644 --- a/src/stream_base.h +++ b/src/stream_base.h @@ -225,7 +225,7 @@ class StreamResource { // Clear the current error (i.e. that would be returned by Error()). virtual void ClearError(); - // Transfer ownership of this tream to `listener`. The previous listener + // Transfer ownership of this stream to `listener`. The previous listener // will not receive any more callbacks while the new listener was active. void PushStreamListener(StreamListener* listener); // Remove a listener, and, if this was the currently active one,