am ee34a49f: Add missing word from docs.

Merge commit 'ee34a49ffc92590cb59f3e17a3df136b67701529' into gingerbread-plus-aosp

* commit 'ee34a49ffc92590cb59f3e17a3df136b67701529':
  Add missing word from docs.
This commit is contained in:
Brad Fitzpatrick
2010-08-02 08:02:05 -07:00
committed by Android Git Automerger

View File

@@ -403,7 +403,7 @@ public abstract class Service extends ContextWrapper implements ComponentCallbac
*
* <p class="caution">Note that the system calls this on your
* service's main thread. A service's main thread is the same
* thread where UI operations place for Activities running in the
* thread where UI operations take place for Activities running in the
* same process. You should always avoid stalling the main
* thread's event loop. When doing long-running operations,
* network calls, or heavy disk I/O, you should kick off a new