summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-12-13 21:42:16 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-12-13 21:42:16 +0000
commit318a44d8674e590e20a9a6ae12d09291f9c19ef2 (patch)
treec5c326ef9b38b3d778074c88bff3ea0c304aab7b /llvm
parentf9639d2a7404984563605570b2d1aad93e9c7dd7 (diff)
downloadbcm5719-llvm-318a44d8674e590e20a9a6ae12d09291f9c19ef2.tar.gz
bcm5719-llvm-318a44d8674e590e20a9a6ae12d09291f9c19ef2.zip
Minor cleanups
llvm-svn: 18914
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/llee/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llee/README.txt b/llvm/tools/llee/README.txt
index ac9b01bbfb1..9164c40b712 100644
--- a/llvm/tools/llee/README.txt
+++ b/llvm/tools/llee/README.txt
@@ -1,12 +1,12 @@
LLEE: (LL)VM (E)xecution (E)nvironment
This tool presents a virtual execution environment for LLVM programs. By
-preloading a shared object which defines a custom execve() functions, we can
+preloading a shared object which defines a custom execve() function, we can
execute bytecode files with the JIT directly, without the user ever thinking
about it.
Thus, a user can freely run any program, native or LLVM bytecode, transparently,
and without even being aware of it.
-To use LLEE, run `./llee <native_program>', a good choice is a shell. Anything
+To use LLEE, run `llee <native_program>'; a good choice is a shell. Anything
started within that program will be affected by the execve() replacement.
OpenPOWER on IntegriCloud