Merge pull request #415 from odeits/patch-5

fix typos in base_sink.h
This commit is contained in:
Gabi Melman 2017-04-07 10:39:33 +03:00 committed by GitHub
commit 0c89beaa58
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
#pragma once
//
// base sink templated over a mutex (either dummy or realy)
// concrete implementation should only overrid the _sink_it method.
// base sink templated over a mutex (either dummy or real)
// concrete implementation should only override the _sink_it method.
// all locking is taken care of here so no locking needed by the implementers..
//