diff options
author | Jaewoong Jung | 2019-05-13 17:11:23 -0500 |
---|---|---|
committer | Jaewoong Jung | 2019-05-13 17:11:23 -0500 |
commit | 707d788ea2381fedf65fb7070e75b7b62cb1e3e5 (patch) | |
tree | f13c22362a15f23f3fe2f2d0925a247aa45b7226 | |
parent | ffff95bc4e22f22ab973951af6403da77284fbca (diff) | |
download | platform-build-soong-707d788ea2381fedf65fb7070e75b7b62cb1e3e5.tar.gz platform-build-soong-707d788ea2381fedf65fb7070e75b7b62cb1e3e5.tar.xz platform-build-soong-707d788ea2381fedf65fb7070e75b7b62cb1e3e5.zip |
Fixes typos in device_host_converter.go comments.
Test: TreeHugger
Change-Id: Ie786e8fc950c3e9913c9d51f2b88bc036bb17462
-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 b92f4d73..2ae0f0fb 100644 --- a/java/device_host_converter.go +++ b/java/device_host_converter.go | |||
@@ -53,7 +53,7 @@ type DeviceForHost struct { | |||
53 | // java_device_for_host makes the classes.jar output of a device java_library module available to host | 53 | // java_device_for_host makes the classes.jar output of a device java_library module available to host |
54 | // java_library modules. | 54 | // java_library modules. |
55 | // | 55 | // |
56 | // It is rarely necessary, and its used is restricted to a few whitelisted projects. | 56 | // It is rarely necessary, and its usage is restricted to a few whitelisted projects. |
57 | func DeviceForHostFactory() android.Module { | 57 | func DeviceForHostFactory() android.Module { |
58 | module := &DeviceForHost{} | 58 | module := &DeviceForHost{} |
59 | 59 | ||
@@ -70,7 +70,7 @@ type HostForDevice struct { | |||
70 | // java_host_for_device makes the classes.jar output of a host java_library module available to device | 70 | // java_host_for_device makes the classes.jar output of a host java_library module available to device |
71 | // java_library modules. | 71 | // java_library modules. |
72 | // | 72 | // |
73 | // It is rarely necessary, and its used is restricted to a few whitelisted projects. | 73 | // It is rarely necessary, and its usage is restricted to a few whitelisted projects. |
74 | func HostForDeviceFactory() android.Module { | 74 | func HostForDeviceFactory() android.Module { |
75 | module := &HostForDevice{} | 75 | module := &HostForDevice{} |
76 | 76 | ||