Commit 90667fbd authored by Kenton Varda's avatar Kenton Varda

Fix typos.

parent 4a4fe65c
...@@ -408,6 +408,6 @@ namespace capnp { ...@@ -408,6 +408,6 @@ namespace capnp {
namespace schemas { namespace schemas {
CAPNP_DECLARE_SCHEMA(995f9a3377c0b16e); CAPNP_DECLARE_SCHEMA(995f9a3377c0b16e);
// HACK: Forward-declare the RawSchema for StreamResult, from stream.capnp. This allows capnp // HACK: Forward-declare the RawSchema for StreamResult, from stream.capnp. This allows capnp
// files which declare steraming methods to avoid including stream.capnp.h. // files which declare streaming methods to avoid including stream.capnp.h.
} }
} }
...@@ -611,7 +611,7 @@ private: ...@@ -611,7 +611,7 @@ private:
// We don't have any existing flowController so we can adopt this one, yay! // We don't have any existing flowController so we can adopt this one, yay!
this->flowController = kj::mv(flowController); this->flowController = kj::mv(flowController);
} else { } else {
// Apparently, there is an existing flowController. This is an unusual scenario: Apparenly // Apparently, there is an existing flowController. This is an unusual scenario: Apparently
// we had two stream capabilities, we were streaming to both of them, and they later // we had two stream capabilities, we were streaming to both of them, and they later
// resolved to the same capability. This probably never happens because streaming use cases // resolved to the same capability. This probably never happens because streaming use cases
// normally call for there to be only one client. But, it's certainly possible, and we need // normally call for there to be only one client. But, it's certainly possible, and we need
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment