Commit f3260585 authored by Abhay Bothra's avatar Abhay Bothra Committed by Facebook Github Bot

FunctionScheduler: Fix typo in comment

Summary: Fixes minor typo and word re-ordering in comment

Reviewed By: yfeldblum

Differential Revision: D13122529

fbshipit-source-id: b713099dc06be8fdd525ba9d9e2fafd5511bd7f1
parent 7b82832d
...@@ -75,7 +75,7 @@ class FunctionScheduler { ...@@ -75,7 +75,7 @@ class FunctionScheduler {
* If isPoisson is true, then use std::poisson_distribution to pick the * If isPoisson is true, then use std::poisson_distribution to pick the
* interval between each invocation of the function. * interval between each invocation of the function.
* *
* If isPoisson os false, then always use fixed the interval specified to * If isPoisson is false, then always use the fixed interval specified to
* addFunction(). * addFunction().
*/ */
struct LatencyDistribution { struct LatencyDistribution {
......
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