frameworks/rs: fix typos and clang-tidy warnings
This change fixes a few typos and clang tidy warnings related to the
"llvm-namespace-comment" checks.
Bug: 26936282
Test: WITH_TIDY=1 WITH_TIDY_CHECKS="llvm-namespace-comment" mm
Change-Id: Ic65182e5b4999fbd48d6a8ad7172e4bfeeb541f4
diff --git a/rsRuntime.h b/rsRuntime.h
index 152db93..466196d 100644
--- a/rsRuntime.h
+++ b/rsRuntime.h
@@ -226,5 +226,5 @@
void rsrMatrixTranspose_3x3(rs_matrix3x3 *m);
void rsrMatrixTranspose_2x2(rs_matrix2x2 *m);
-}
-}
+} // namespace renderscript
+} // namespace android