Fixed typo

This commit is contained in:
Maksim Kita 2021-02-25 17:43:32 +03:00
parent f077a25a7a
commit 29e783999c

View File

@ -15,8 +15,8 @@ namespace ErrorCodes
extern const int SYSTEM_ERROR;
}
/// RAII wrapper arount uv event loop
class UVLoop: public boost::noncopyable
/// RAII wrapper around uv event loop
class UVLoop : public boost::noncopyable
{
public:
UVLoop(): loop_ptr(new uv_loop_t())