diff options
author | Mike Pall <mike> | 2011-11-14 14:13:53 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-11-14 14:13:53 +0100 |
commit | e9eb4fdb4a08baaa2d9190187a6c38d5b3f8b091 (patch) | |
tree | 908601cb2f01d59b7b51a047730bf9d2c44436a5 | |
parent | ae79ff4e53392f80c4e64a043800c6838ab535a0 (diff) | |
download | luajit-e9eb4fdb4a08baaa2d9190187a6c38d5b3f8b091.tar.gz luajit-e9eb4fdb4a08baaa2d9190187a6c38d5b3f8b091.tar.bz2 luajit-e9eb4fdb4a08baaa2d9190187a6c38d5b3f8b091.zip |
PPC: Clarify docs.
-rw-r--r-- | doc/luajit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index 1d5a0b64..9725f5c2 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -80,7 +80,7 @@ standard Lua interpreter and can be deployed as a drop-in replacement. | |||
80 | LuaJIT offers more performance, at the expense of portability. It | 80 | LuaJIT offers more performance, at the expense of portability. It |
81 | currently runs on all popular operating systems based on | 81 | currently runs on all popular operating systems based on |
82 | <b>x86</b> or <b>x64</b> CPUs (Linux, Windows, OSX etc.) or embedded | 82 | <b>x86</b> or <b>x64</b> CPUs (Linux, Windows, OSX etc.) or embedded |
83 | systems based on <b>ARM</b> (Android, iOS) or <b>PPC/e500v2</b> CPUs. | 83 | systems based on <b>ARM</b> (Android, iOS) or <b>PPC</b> CPUs. |
84 | Other platforms will be supported in the future, based on user demand | 84 | Other platforms will be supported in the future, based on user demand |
85 | and sponsoring. | 85 | and sponsoring. |
86 | </p> | 86 | </p> |