We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e86ba commit 654dbc5Copy full SHA for 654dbc5
include/spdlog/details/os.h
@@ -109,9 +109,9 @@ SPDLOG_API bool create_dir(const filename_t &path);
109
// return empty string if field not found
110
SPDLOG_API std::string getenv(const char *field);
111
112
-// Do fsync by FILE object
113
-// Return true on success
114
-SPDLOG_API bool fsync(FILE * f);
+// Do fsync by FILE objectpointer.
+// Return true on success.
+SPDLOG_API bool fsync(FILE * fp);
115
116
} // namespace os
117
} // namespace details
0 commit comments