summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/hid
diff options
context:
space:
mode:
authorHarish Paryani <hparyani@broadcom.com>2012-04-20 14:38:31 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-16 22:01:43 -0700
commit522003462124b08ef9345a6778df4089d202d6fa (patch)
tree38015c770ebd6630a8d2a7248dc021f13e8e750a /src/com/android/bluetooth/hid
parent42a6e53f2ec04cbd78fea952fc926fdf3e5b8cd9 (diff)
downloadandroid_packages_apps_Bluetooth-522003462124b08ef9345a6778df4089d202d6fa.tar.gz
android_packages_apps_Bluetooth-522003462124b08ef9345a6778df4089d202d6fa.tar.bz2
android_packages_apps_Bluetooth-522003462124b08ef9345a6778df4089d202d6fa.zip
Corrected a comment
Change-Id: I365bf2dd835385629b7e7bbff649e9fdd6646db8
Diffstat (limited to 'src/com/android/bluetooth/hid')
-rwxr-xr-xsrc/com/android/bluetooth/hid/HidService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/hid/HidService.java b/src/com/android/bluetooth/hid/HidService.java
index 4096ca8af..a26055903 100755
--- a/src/com/android/bluetooth/hid/HidService.java
+++ b/src/com/android/bluetooth/hid/HidService.java
@@ -30,7 +30,7 @@ import android.content.pm.PackageManager;
import com.android.bluetooth.btservice.AdapterService;
/**
- * Provides Bluetooth Hid Device profile, as a service in
+ * Provides Bluetooth Hid Host profile, as a service in
* the Bluetooth application.
* @hide
*/