summaryrefslogtreecommitdiff
path: root/utils/llvm-native-gxx
diff options
context:
space:
mode:
Diffstat (limited to 'utils/llvm-native-gxx')
-rwxr-xr-xutils/llvm-native-gxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/llvm-native-gxx b/utils/llvm-native-gxx
index 75164af237..db547f654e 100755
--- a/utils/llvm-native-gxx
+++ b/utils/llvm-native-gxx
@@ -193,10 +193,10 @@ native-build [OPTIONS...] FILE
llvm-native-g++ is a wrapper around the LLVM command-line tools which generates
a native object (.o) file by compiling FILE with llvm-g++, and then running
-an LLVM back-end (CBE by default) over the resulting bytecode, and then
+an LLVM back-end (CBE by default) over the resulting bitcode, and then
compiling the resulting code to a native object file.
-If called as "native-build", it compiles bytecode to native code, and takes
+If called as "native-build", it compiles bitcode to native code, and takes
different options.
=head1 OPTIONS