Android inclusive language fixit. Make comment more succinct, clear and remove use of term "sanity".
Bug: 162536543 Change-Id: I4b40b1637e142d2f2fd513f62357213a9832bbaa
This commit is contained in:
parent
94594808c5
commit
5de3dc04e0
1 changed files with 2 additions and 3 deletions
|
@ -1172,9 +1172,8 @@ func runAndRemoveLoadHooks(ctx *Context, config interface{}, module *moduleInfo,
|
||||||
|
|
||||||
// Check the syntax of a generated blueprint file.
|
// Check the syntax of a generated blueprint file.
|
||||||
//
|
//
|
||||||
// This is intended to perform a quick sanity check for generated blueprint
|
// This is intended to perform a quick syntactic check for generated blueprint
|
||||||
// code to ensure that it is syntactically correct, where syntactically correct
|
// code, where syntactically correct means:
|
||||||
// means:
|
|
||||||
// * No variable definitions.
|
// * No variable definitions.
|
||||||
// * Valid module types.
|
// * Valid module types.
|
||||||
// * Valid property names.
|
// * Valid property names.
|
||||||
|
|
Loading…
Reference in a new issue