diff options
author | Frank Sposaro <sposaro@google.com> | 2011-06-06 13:41:37 -0700 |
---|---|---|
committer | Frank Sposaro <sposaro@google.com> | 2011-06-06 13:41:37 -0700 |
commit | 15dc451906ec8368ee7c58d16b7048bfe4a17c2e (patch) | |
tree | 9c955e2ce43bb88d2d7504b170d891dc9f1a2886 /docs | |
parent | 1b9b34adf704c2c059ca439ace0c0b67c8c272f3 (diff) | |
download | frameworks_base-15dc451906ec8368ee7c58d16b7048bfe4a17c2e.zip frameworks_base-15dc451906ec8368ee7c58d16b7048bfe4a17c2e.tar.gz frameworks_base-15dc451906ec8368ee7c58d16b7048bfe4a17c2e.tar.bz2 |
Fixed typo. "a a" -> "a"
Change-Id: I600d6f7f5d87766cd841a5e8177581d33dcdd282
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/graphics/renderscript.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/graphics/renderscript.jd b/docs/html/guide/topics/graphics/renderscript.jd index 60bffdb..180322f 100644 --- a/docs/html/guide/topics/graphics/renderscript.jd +++ b/docs/html/guide/topics/graphics/renderscript.jd @@ -630,7 +630,7 @@ int root(int launchID) { <dt><code>ScriptC_helloworld</code></dt> <dd>This class is generated by the Android build tools and is the reflected version of the - <code>helloworld.rs</code> Renderscript. It provides a a high level entry point into the + <code>helloworld.rs</code> Renderscript. It provides a high level entry point into the <code>helloworld.rs</code> native code by defining the corresponding methods that you can call from the traditional framework APIs.</dd> |