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/rsScriptC_LibGL.cpp b/rsScriptC_LibGL.cpp
index e7ad56d..8678097 100644
--- a/rsScriptC_LibGL.cpp
+++ b/rsScriptC_LibGL.cpp
@@ -267,5 +267,5 @@
rsc->mStateFont.setFontColor(r, g, b, a);
}
-}
-}
+} // namespace renderscript
+} // namespace android