diff options
Diffstat (limited to 'tools/versioner/src/Utils.cpp')
-rw-r--r-- | tools/versioner/src/Utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/versioner/src/Utils.cpp b/tools/versioner/src/Utils.cpp index ca186a461..dc6b5ddd9 100644 --- a/tools/versioner/src/Utils.cpp +++ b/tools/versioner/src/Utils.cpp @@ -64,7 +64,7 @@ std::vector<std::string> collectHeaders(const std::string& directory, if (ent->fts_info & FTS_D) { if (ignored_directories.count(ent->fts_path) != 0) { - // fts_read guarantees that `ent` is valid and sane to hold on to until + // fts_read guarantees that `ent` is valid and okay to hold on to until // after it's returned with FTS_DP set. skipping = ent; } |