aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/luajit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/luajit.html b/doc/luajit.html
index abf87568..b96e5691 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.
80LuaJIT offers more performance, at the expense of portability. It 80LuaJIT offers more performance, at the expense of portability. It
81currently runs on all popular operating systems based on 81currently 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
83systems based on <b>ARM</b> (Android, iOS) or <b>PPC</b> CPUs. 83systems based on <b>ARM</b> (Android, iOS), <b>PPC</b> or <b>MIPS</b> CPUs.
84Other platforms will be supported in the future, based on user demand 84Other platforms will be supported in the future, based on user demand
85and sponsoring. 85and sponsoring.
86</p> 86</p>