Fix lint warnings in droidstubs.go

Test: none
Change-Id: Ie387c8c4feddad7bd134604e442fd326e606cd2f
diff --git a/java/droidstubs.go b/java/droidstubs.go
index 4dff98c..4f9e14f 100644
--- a/java/droidstubs.go
+++ b/java/droidstubs.go
@@ -495,7 +495,7 @@
 	d.apiLevelsAnnotationsFlags(ctx, cmd)
 
 	if android.InList("--generate-documentation", d.Javadoc.args) {
-		// Currently Metalava have the ability to invoke Javadoc in a seperate process.
+		// Currently Metalava have the ability to invoke Javadoc in a separate process.
 		// Pass "-nodocs" to suppress the Javadoc invocation when Metalava receives
 		// "--generate-documentation" arg. This is not needed when Metalava removes this feature.
 		d.Javadoc.args = append(d.Javadoc.args, "-nodocs")
@@ -526,7 +526,7 @@
 		d.apiLintReport = android.PathForModuleOut(ctx, "api_lint_report.txt")
 		cmd.FlagWithOutput("--report-even-if-suppressed ", d.apiLintReport) // TODO:  Change to ":api-lint"
 
-		// TODO(b/154317059): Clean up this whitelist by baselining and/or checking in last-released.
+		// TODO(b/154317059): Clean up this allowlist by baselining and/or checking in last-released.
 		if d.Name() != "android.car-system-stubs-docs" &&
 			d.Name() != "android.car-stubs-docs" {
 			cmd.Flag("--lints-as-errors")