From 170dd7239a30b7e59da60546a77e3a897d265494 Mon Sep 17 00:00:00 2001 From: Liz Kammer Date: Mon, 16 Oct 2023 15:08:39 -0400 Subject: [PATCH] Fix typo in droidstubs Test: n/a Change-Id: Idd58be843d01db008f1815f83149033bf5ac766d --- java/droidstubs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/droidstubs.go b/java/droidstubs.go index 8ab2f2aca..7cb4743b5 100644 --- a/java/droidstubs.go +++ b/java/droidstubs.go @@ -122,7 +122,7 @@ type DroidstubsProperties struct { Generate_stubs *bool // if set to true, provides a hint to the build system that this rule uses a lot of memory, - // whicih can be used for scheduling purposes + // which can be used for scheduling purposes High_mem *bool // if set to true, Metalava will allow framework SDK to contain API levels annotations.