Merge pull request #313 from colincross/inclusive

Android inclusive language fixit.  Make comment more succinct, clear …
This commit is contained in:
colincross 2020-07-30 16:51:50 -07:00 committed by GitHub
commit 576b0fd577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1172,9 +1172,8 @@ func runAndRemoveLoadHooks(ctx *Context, config interface{}, module *moduleInfo,
// Check the syntax of a generated blueprint file.
//
// This is intended to perform a quick sanity check for generated blueprint
// code to ensure that it is syntactically correct, where syntactically correct
// means:
// This is intended to perform a quick syntactic check for generated blueprint
// code, where syntactically correct means:
// * No variable definitions.
// * Valid module types.
// * Valid property names.