mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Fix a typo of "previously" in FutureIterator
Summary: Ref T13572. D21466 had a typo in a comment. Test Plan: Read carefully. Maniphest Tasks: T13572 Differential Revision: https://secure.phabricator.com/D21478
This commit is contained in:
parent
ccf74a40dd
commit
4b3baca999
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ final class FutureIterator
|
||||||
* @task iterator
|
* @task iterator
|
||||||
*/
|
*/
|
||||||
public function next() {
|
public function next() {
|
||||||
// See T13572. If we preivously resolved and returned a Future, release
|
// See T13572. If we previously resolved and returned a Future, release
|
||||||
// it now. This prevents us from holding Futures indefinitely when callers
|
// it now. This prevents us from holding Futures indefinitely when callers
|
||||||
// like FuturePool build long-lived iterators and keep adding new Futures
|
// like FuturePool build long-lived iterators and keep adding new Futures
|
||||||
// to them.
|
// to them.
|
||||||
|
|
Loading…
Reference in a new issue