summaryrefslogtreecommitdiff
path: root/java/robolectric.go
diff options
context:
space:
mode:
author Yuichiro Hanada <yhanada@google.com> 2023-12-08 09:24:40 +0900
committer Yuichiro Hanada <yhanada@google.com> 2023-12-08 12:23:15 +0900
commite42ac1c79b357b329a9c0692ae58118b1d2b7ba1 (patch)
tree2f34b714b8db38201932a95c08cdba9207250c77 /java/robolectric.go
parent25861686fe434c5abae530258bdff4ba2e435ede (diff)
Fix typo in the comment
Bug: None Test: m soong_docs and check the generated soong_build.html Change-Id: I72dd87915f8f5225600365d8ef3f6b9c337a5dbc
Diffstat (limited to 'java/robolectric.go')
-rw-r--r--java/robolectric.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/robolectric.go b/java/robolectric.go
index a66b31007..45621fd5d 100644
--- a/java/robolectric.go
+++ b/java/robolectric.go
@@ -67,7 +67,7 @@ type robolectricProperties struct {
// instead of the one built from source in external/robolectric-shadows.
Robolectric_prebuilt_version *string
- // Use /external/robolectric rather than /external/robolectric-shadows as the version of robolectri
+ // Use /external/robolectric rather than /external/robolectric-shadows as the version of robolectric
// to use. /external/robolectric closely tracks github's master, and will fully replace /external/robolectric-shadows
Upstream *bool
}