aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ext_jit.html2
-rw-r--r--src/lj_arch.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ext_jit.html b/doc/ext_jit.html
index 0d056b35..7b0dbe20 100644
--- a/doc/ext_jit.html
+++ b/doc/ext_jit.html
@@ -130,7 +130,7 @@ is represented by the decimal number xxyyzz.
130<h3 id="jit_os"><tt>jit.os</tt></h3> 130<h3 id="jit_os"><tt>jit.os</tt></h3>
131<p> 131<p>
132Contains the target OS name: 132Contains the target OS name:
133"Windows", "Linux", "OSX", "BSD", "Posix" or "Other". 133"Windows", "Linux", "OSX", "BSD", "POSIX" or "Other".
134</p> 134</p>
135 135
136<h3 id="jit_arch"><tt>jit.arch</tt></h3> 136<h3 id="jit_arch"><tt>jit.arch</tt></h3>
diff --git a/src/lj_arch.h b/src/lj_arch.h
index 205f51a6..fe180e98 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -79,7 +79,7 @@
79#elif LUAJIT_OS == LUAJIT_OS_BSD 79#elif LUAJIT_OS == LUAJIT_OS_BSD
80#define LJ_OS_NAME "BSD" 80#define LJ_OS_NAME "BSD"
81#elif LUAJIT_OS == LUAJIT_OS_POSIX 81#elif LUAJIT_OS == LUAJIT_OS_POSIX
82#define LJ_OS_NAME "Posix" 82#define LJ_OS_NAME "POSIX"
83#else 83#else
84#define LJ_OS_NAME "Other" 84#define LJ_OS_NAME "Other"
85#endif 85#endif