diff options
author | Dirk Dougherty <ddougherty@google.com> | 2011-05-16 10:41:34 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2011-05-16 10:41:34 -0700 |
commit | 58610ba3820de73e78cbbebeaa072746dcba40b1 (patch) | |
tree | 7734bfe4b7514b9eba63ca6507ac8f66d038b331 /docs | |
parent | fc0ea7ea5de429d9eea7f13bca42b98081d38dc5 (diff) | |
download | frameworks_base-58610ba3820de73e78cbbebeaa072746dcba40b1.zip frameworks_base-58610ba3820de73e78cbbebeaa072746dcba40b1.tar.gz frameworks_base-58610ba3820de73e78cbbebeaa072746dcba40b1.tar.bz2 |
Doc change: typo fix
Change-Id: I078cb313c02b37571b573f4fb4e68e11c45cc271
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/sdk/android-3.1.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/sdk/android-3.1.jd b/docs/html/sdk/android-3.1.jd index 57fe1eb..992b7d1 100644 --- a/docs/html/sdk/android-3.1.jd +++ b/docs/html/sdk/android-3.1.jd @@ -107,8 +107,8 @@ discover, communicate with, and manage a variety of device types connected over USB. </p> <p>The stack and APIs distinguish two basic types of USB hardware, based on -whether the platform iself is acting as host or the external hardware is acting -as host: </p> +whether the Android-powered device is acting as host or the external hardware +is acting as host: </p> <ul> <li>A <em>USB device</em> is a piece of connected hardware that depends on the |