Commit 227b4ff4 authored by Dominik Charousset's avatar Dominik Charousset

Fix typo

parent 2cabff9c
...@@ -190,7 +190,7 @@ private: ...@@ -190,7 +190,7 @@ private:
auto bf = i->mask; auto bf = i->mask;
i->mask = fun(op, bf); i->mask = fun(op, bf);
if (i->mask == bf) { if (i->mask == bf) {
// didn'""t do a thing // didn't do a thing
CAF_LOG_DEBUG("squashing did not change the event"); CAF_LOG_DEBUG("squashing did not change the event");
} else if (i->mask == old_bf) { } else if (i->mask == old_bf) {
// just turned into a nop // just turned into a nop
......
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