diff options
author | 2019-05-13 15:11:23 -0700 | |
---|---|---|
committer | 2019-05-13 15:11:23 -0700 | |
commit | 707d788ea2381fedf65fb7070e75b7b62cb1e3e5 (patch) | |
tree | f13c22362a15f23f3fe2f2d0925a247aa45b7226 /java/device_host_converter.go | |
parent | ffff95bc4e22f22ab973951af6403da77284fbca (diff) |
Fixes typos in device_host_converter.go comments.
Test: TreeHugger
Change-Id: Ie786e8fc950c3e9913c9d51f2b88bc036bb17462
Diffstat (limited to 'java/device_host_converter.go')
-rw-r--r-- | java/device_host_converter.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/device_host_converter.go b/java/device_host_converter.go index b92f4d73e..2ae0f0fb8 100644 --- a/java/device_host_converter.go +++ b/java/device_host_converter.go @@ -53,7 +53,7 @@ type DeviceForHost struct { // java_device_for_host makes the classes.jar output of a device java_library module available to host // java_library modules. // -// It is rarely necessary, and its used is restricted to a few whitelisted projects. +// It is rarely necessary, and its usage is restricted to a few whitelisted projects. func DeviceForHostFactory() android.Module { module := &DeviceForHost{} @@ -70,7 +70,7 @@ type HostForDevice struct { // java_host_for_device makes the classes.jar output of a host java_library module available to device // java_library modules. // -// It is rarely necessary, and its used is restricted to a few whitelisted projects. +// It is rarely necessary, and its usage is restricted to a few whitelisted projects. func HostForDeviceFactory() android.Module { module := &HostForDevice{} |