mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Fix typo
This commit is contained in:
parent
f743a881b2
commit
95587b7601
@ -322,7 +322,7 @@ std::string getenv(const char *field) {
|
||||
return buf != nullptr ? buf : std::string{};
|
||||
}
|
||||
|
||||
// Do fsync by FILE handlerpointer
|
||||
// Do fsync by FILE pointer
|
||||
// Return true on success
|
||||
bool fsync(FILE *fp) { return ::fsync(fileno(fp)) == 0; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user