Commit 1104513c authored by lorinlee's avatar lorinlee Committed by Facebook GitHub Bot

Fix typo in comments for LoopController (#1489)

Summary: Pull Request resolved: https://github.com/facebook/folly/pull/1489

Differential Revision: D25156288

Pulled By: yfeldblum

fbshipit-source-id: 01c9e6898158e9651367144c22f215ef75ff7ae3
parent a5e2a703
...@@ -41,7 +41,7 @@ class LoopController { ...@@ -41,7 +41,7 @@ class LoopController {
/** /**
* Called by FiberManager to schedule the loop function run * Called by FiberManager to schedule the loop function run
* at some point in the futufre. * at some point in the future.
*/ */
virtual void schedule() = 0; virtual void schedule() = 0;
......
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