DO NOT MERGE: Fix typos in RenderScript docs.

Change-Id: Ie5f326c5c682ca7b604328ab25d7402cf01f7890
This commit is contained in:
Stephen Hines
2011-02-28 18:20:34 -08:00
parent 9c8de73314
commit 8cecbb5293
2 changed files with 2 additions and 2 deletions

View File

@ -679,7 +679,7 @@ public class RenderScript {
/**
* Base class application should derive from for handling RS messages
* comming from their scripts. When a script calls sendToClient the data
* coming from their scripts. When a script calls sendToClient the data
* fields will be filled in and then the run method called by a message
* handling thread. This will occur some time after sendToClient completes
* in the script.