mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix typo
This commit is contained in:
parent
3e09feda33
commit
e4cd02ea39
@ -21,7 +21,7 @@ public:
|
||||
OpenedFile(const std::string & file_name_, int flags_);
|
||||
~OpenedFile();
|
||||
|
||||
/// Close prematurally.
|
||||
/// Close prematurely.
|
||||
void close();
|
||||
|
||||
int getFD() const;
|
||||
@ -40,4 +40,3 @@ private:
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user