projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
912d191
)
fix HHWheelTimer comment typo
v2016.08.01.00
author
David Wilemski
<dtw@fb.com>
Mon, 1 Aug 2016 15:47:36 +0000
(08:47 -0700)
committer
Facebook Github Bot 2
<facebook-github-bot-2-bot@fb.com>
Mon, 1 Aug 2016 15:53:27 +0000
(08:53 -0700)
Summary: Noticed this while reading the code.
Reviewed By: yfeldblum
Differential Revision:
D3648565
fbshipit-source-id:
c00940e5ce91fbc7e5cc6c42e35c5deee3e0bf65
folly/io/async/HHWheelTimer.h
patch
|
blob
|
history
diff --git
a/folly/io/async/HHWheelTimer.h
b/folly/io/async/HHWheelTimer.h
index 0661a35e3118f44da86b2ac5d9e5c4e9dbb19933..4d255b6472b68b214722c7a7a2504d0fc2bbcf5f 100644
(file)
--- 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
- *
f
efault timeout interval.
+ *
d
efault timeout interval.
*
* If the callback is already scheduled, this cancels the existing timeout
* before scheduling the new timeout.