mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fixed typo
This commit is contained in:
parent
f077a25a7a
commit
29e783999c
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user