aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-07-30 13:59:57 -0700
committerAlly Sillins <asillins@google.com>2020-07-30 21:19:45 +0000
commitc2c9b420bd4c509e3790e44ec6df1eb552418c7e (patch)
treeb83530da7bb0e3cbd621f2843ede0e1f01a542b4 /tools
parent9c6d60d073db079a87fbeb5de3e72ac12838a480 (diff)
downloadbionic-c2c9b420bd4c509e3790e44ec6df1eb552418c7e.tar.gz
Cleanup for #inclusivefixit.
Not sure how this one got missed earlier. Test: treehugger Change-Id: Ia4e6f62a3d33d3ac01e3d7db836caadeed0ff63b Bug: 161896447
Diffstat (limited to 'tools')
-rw-r--r--tools/versioner/src/Utils.cpp2
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;
}