From: David Wilemski Date: Mon, 1 Aug 2016 15:47:36 +0000 (-0700) Subject: fix HHWheelTimer comment typo X-Git-Tag: v2016.08.01.00 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=27945a697803eab3c471aa22780c8b32ced45fdf fix HHWheelTimer comment typo Summary: Noticed this while reading the code. Reviewed By: yfeldblum Differential Revision: D3648565 fbshipit-source-id: c00940e5ce91fbc7e5cc6c42e35c5deee3e0bf65 --- diff --git a/folly/io/async/HHWheelTimer.h b/folly/io/async/HHWheelTimer.h index 0661a35e..4d255b64 100644 --- a/folly/io/async/HHWheelTimer.h +++ b/folly/io/async/HHWheelTimer.h @@ -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.