Commit 0c89beaa authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #415 from odeits/patch-5

fix typos in base_sink.h
parents d35e229c 6670d3b9
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
#pragma once #pragma once
// //
// base sink templated over a mutex (either dummy or realy) // base sink templated over a mutex (either dummy or real)
// concrete implementation should only overrid the _sink_it method. // concrete implementation should only override the _sink_it method.
// all locking is taken care of here so no locking needed by the implementers.. // all locking is taken care of here so no locking needed by the implementers..
// //
......
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