From 15dc451906ec8368ee7c58d16b7048bfe4a17c2e Mon Sep 17 00:00:00 2001 From: Frank Sposaro Date: Mon, 6 Jun 2011 13:41:37 -0700 Subject: [PATCH] Fixed typo. "a a" -> "a" Change-Id: I600d6f7f5d87766cd841a5e8177581d33dcdd282 --- docs/html/guide/topics/graphics/renderscript.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/topics/graphics/renderscript.jd b/docs/html/guide/topics/graphics/renderscript.jd index 60bffdb1a49a3..180322f55435d 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) {
ScriptC_helloworld
This class is generated by the Android build tools and is the reflected version of the - helloworld.rs Renderscript. It provides a a high level entry point into the + helloworld.rs Renderscript. It provides a high level entry point into the helloworld.rs native code by defining the corresponding methods that you can call from the traditional framework APIs.