This commit is contained in:
Axel Kohlmeyer
2021-09-15 13:49:22 -04:00
parent c1fa663dd8
commit eb80102871
3 changed files with 3 additions and 2 deletions

View File

@ -408,7 +408,7 @@ namespace utils {
/*! Try to detect pathname from FILE pointer.
*
* Currently supported on Linux, macOS, and Windows, otherwise will report "(unknown)".
* Currently supported on Linux, MacOS, and Windows, otherwise will report "(unknown)".
*
* \param buf storage buffer for pathname. output will be truncated if not large enough
* \param len size of storage buffer. output will be truncated to this length - 1