aboutsummaryrefslogtreecommitdiff
path: root/include/bcc/Compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bcc/Compiler.h')
-rw-r--r--include/bcc/Compiler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bcc/Compiler.h b/include/bcc/Compiler.h
index 708e1b0..715cb2c 100644
--- a/include/bcc/Compiler.h
+++ b/include/bcc/Compiler.h
@@ -109,9 +109,9 @@ public:
~Compiler();
- // Compare undefined external functions in pScript against a 'whitelist' of
- // all RenderScript functions. Returns error if any external function that is
- // not in this whitelist is callable from the script.
+ // Compare undefined external functions in pScript against a list of allowed
+ // RenderScript functions. Returns error if any external function that is
+ // not in this list is callable from the script.
enum ErrorCode screenGlobalFunctions(Script &pScript);
void translateGEPs(Script &pScript);