Commit 7dbe988c authored by David Renshaw's avatar David Renshaw

fix typo

parent fc11baa4
...@@ -139,7 +139,7 @@ public: ...@@ -139,7 +139,7 @@ public:
// so it has to count all in-flight calls. // so it has to count all in-flight calls.
// //
// In Sandstorm, flow limits are imposed by the supervisor on calls coming out of a grain, in // In Sandstorm, flow limits are imposed by the supervisor on calls coming out of a grain, in
// order to prevent a grain from innundating the system with in-flight calls. In practice, the // order to prevent a grain from inundating the system with in-flight calls. In practice, the
// main time this happens is when a grain is pushing a large file download and doesn't implement // main time this happens is when a grain is pushing a large file download and doesn't implement
// proper cooperative flow control. // proper cooperative flow control.
}; };
......
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