summaryrefslogtreecommitdiff
path: root/devel/libjit/DESCR
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-23 08:26:03 +0000
committerrillig <rillig>2005-05-23 08:26:03 +0000
commit6489bb287ee041f8a0fc7d585bb9b686d04df08a (patch)
treea88b53a484071e09249ef5ae57e9f69b5ffb0a67 /devel/libjit/DESCR
parent7a76c246f0f13dd8e44983c76c6f44e228da5bcf (diff)
downloadpkgsrc-6489bb287ee041f8a0fc7d585bb9b686d04df08a.tar.gz
Removed trailing white-space.
Diffstat (limited to 'devel/libjit/DESCR')
-rw-r--r--devel/libjit/DESCR14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/libjit/DESCR b/devel/libjit/DESCR
index affef060662..39c94e78759 100644
--- a/devel/libjit/DESCR
+++ b/devel/libjit/DESCR
@@ -1,10 +1,10 @@
-The libjit library implements Just-In-Time compilation functionality. Unlike
-other JIT's, this one is designed to be independent of any particular virtual
-machine bytecode format or language. The hope is that Free Software projects
-can get a leg-up on proprietry VM vendors by using this library rather than
+The libjit library implements Just-In-Time compilation functionality. Unlike
+other JIT's, this one is designed to be independent of any particular virtual
+machine bytecode format or language. The hope is that Free Software projects
+can get a leg-up on proprietry VM vendors by using this library rather than
spending large amounts of time writing their own JIT from scratch.
-This JIT is also designed to be portable to multiple archictures. If you run
-libjit on a machine for which a native code generator is not yet available,
-then libjit will fall back to interpreting the code. This way, you don't need
+This JIT is also designed to be portable to multiple archictures. If you run
+libjit on a machine for which a native code generator is not yet available,
+then libjit will fall back to interpreting the code. This way, you don't need
to write your own interpreter for your bytecode format if you don't want to.