s/Renderscript/RenderScript and remove rs_graphics.rsh reference.

Change-Id: I601f7fb20e4ac347ede4561e749cb0084b8f4118
diff --git a/scriptc/rs_graphics.rsh b/scriptc/rs_graphics.rsh
index 44ee99f..782b27f 100644
--- a/scriptc/rs_graphics.rsh
+++ b/scriptc/rs_graphics.rsh
@@ -15,9 +15,9 @@
  */
 
 /** @file rs_graphics.rsh
- *  \brief Renderscript graphics API
+ *  \brief RenderScript graphics API
  *
- *  A set of graphics functions used by Renderscript.
+ *  A set of graphics functions used by RenderScript.
  *
  */
 #ifndef __RS_GRAPHICS_RSH__
@@ -63,7 +63,7 @@
     rsgClearAllRenderTargets(void);
 
 /**
- * Force Renderscript to finish all rendering commands
+ * Force RenderScript to finish all rendering commands
  */
 extern uint __attribute__((overloadable))
     rsgFinish(void);