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:
Daniel Cardenas 2020-07-30 22:02:42 +00:00 committed by Colin Cross
parent 94594808c5
commit 5de3dc04e0

View file

@ -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.