Make a pass over our codebase cleaning up non-precise / non-inclusive language.

Test: treehugger
Bug: 204369779
Change-Id: I6e63cae824d323535cdb14b493edd868df47738d
This commit is contained in:
Joe Onorato
2021-10-27 15:47:06 -07:00
parent 0f3b7d2fc4
commit b4638c1ac3
6 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ package cc
// Component 3: Stub Libraries
// The shared libraries in the NDK are not the actual shared libraries they
// refer to (to prevent people from accidentally loading them), but stub
// libraries with dummy implementations of everything for use at build time
// libraries with placeholder implementations of everything for use at build time
// only.
//
// Since we don't actually need to know anything about the stub libraries aside