Commit 85fd5147 authored by Scott Hebert's avatar Scott Hebert Committed by Facebook GitHub Bot

typo in loopBody message

Summary: This is just a typo I noticed while breaking some of my own code. :)

Reviewed By: andriigrynenko

Differential Revision: D23293835

fbshipit-source-id: a99abe57ab6f63e98c29e670f6ba3da05b688253
parent 883bc164
......@@ -339,7 +339,7 @@ bool EventBase::loopBody(int flags, bool ignoreKeepAlive) {
"undefined behavior in opt builds. Please fix immediately. For the "
"common case of an inner function that needs to do some synchronous "
"computation on an event-base, replace getEventBase() by a new, "
"stack-allocated EvenBase.";
"stack-allocated EventBase.";
LOG_IF(DFATAL, invokingLoop_) << message;
......
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