From 27945a697803eab3c471aa22780c8b32ced45fdf Mon Sep 17 00:00:00 2001 From: David Wilemski Date: Mon, 1 Aug 2016 08:47:36 -0700 Subject: [PATCH] fix HHWheelTimer comment typo Summary: Noticed this while reading the code. Reviewed By: yfeldblum Differential Revision: D3648565 fbshipit-source-id: c00940e5ce91fbc7e5cc6c42e35c5deee3e0bf65 --- folly/io/async/HHWheelTimer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1