Commit 965a7ff2 authored by Kenton Varda's avatar Kenton Varda Committed by GitHub

Merge pull request #342 from dwrensha/typo

fix spelling of "inundating"
parents fc11baa4 7dbe988c
......@@ -139,7 +139,7 @@ public:
// 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
// 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
// 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