summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMike LeBeau <mlebeau@android.com>2010-02-11 16:31:34 -0800
committerMike LeBeau <mlebeau@android.com>2010-02-11 16:31:34 -0800
commit2f853ea47a194680657ddc2cc54336a14f38b8ba (patch)
treedd5ce8a46b07022341e60a558881031ddc696fab /core
parentcb0be8a530d6fefdb05f009980c029c4da14bf98 (diff)
downloadframeworks_base-2f853ea47a194680657ddc2cc54336a14f38b8ba.zip
frameworks_base-2f853ea47a194680657ddc2cc54336a14f38b8ba.tar.gz
frameworks_base-2f853ea47a194680657ddc2cc54336a14f38b8ba.tar.bz2
Improve a comment in RecognitionService.
Diffstat (limited to 'core')
-rw-r--r--core/java/android/speech/RecognitionService.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/speech/RecognitionService.java b/core/java/android/speech/RecognitionService.java
index 5de6cf0..941b70c 100644
--- a/core/java/android/speech/RecognitionService.java
+++ b/core/java/android/speech/RecognitionService.java
@@ -30,8 +30,8 @@ import android.util.Log;
/**
* This class provides a base class for recognition service implementations. This class should be
- * extended only in case you wish to implement a new speech recognizer. Please not that the
- * implementation of this service is state-less.
+ * extended only in case you wish to implement a new speech recognizer. Please note that the
+ * implementation of this service is stateless.
*/
public abstract class RecognitionService extends Service {
/**