Commit 27945a69 authored by David Wilemski's avatar David Wilemski Committed by Facebook Github Bot 2

fix HHWheelTimer comment typo

Summary: Noticed this while reading the code.

Reviewed By: yfeldblum

Differential Revision: D3648565

fbshipit-source-id: c00940e5ce91fbc7e5cc6c42e35c5deee3e0bf65
parent 912d191d
......@@ -212,7 +212,7 @@ class HHWheelTimer : private folly::AsyncTimeout,
/**
* Schedule the specified Callback to be invoked after the
* fefault timeout interval.
* default timeout interval.
*
* If the callback is already scheduled, this cancels the existing timeout
* before scheduling the new timeout.
......
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