Skip to content

Commit 654dbc5

Browse files
authored
Update os.h
1 parent 78e86ba commit 654dbc5

File tree

1 file changed

+3
-3
lines changed
  • include/spdlog/details

1 file changed

+3
-3
lines changed

include/spdlog/details/os.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ SPDLOG_API bool create_dir(const filename_t &path);
109109
// return empty string if field not found
110110
SPDLOG_API std::string getenv(const char *field);
111111

112-
// Do fsync by FILE object
113-
// Return true on success
114-
SPDLOG_API bool fsync(FILE * f);
112+
// Do fsync by FILE objectpointer.
113+
// Return true on success.
114+
SPDLOG_API bool fsync(FILE * fp);
115115

116116
} // namespace os
117117
} // namespace details

0 commit comments

Comments
 (0)