diff options
author | Tuncer Ayaz <[email protected]> | 2011-08-31 15:41:10 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-09-15 00:12:10 +0200 |
commit | 2f696e43d2d3fbcc60d92311d1175dc869c34688 (patch) | |
tree | 771f86050755ba78c056ff5616975681e26ef759 /erts/aclocal.m4 | |
parent | 65c9f41425a1c5e09338de08ed41cd1704f8a920 (diff) | |
download | otp-2f696e43d2d3fbcc60d92311d1175dc869c34688.tar.gz otp-2f696e43d2d3fbcc60d92311d1175dc869c34688.tar.bz2 otp-2f696e43d2d3fbcc60d92311d1175dc869c34688.zip |
Fix misspelling of compatibility
Diffstat (limited to 'erts/aclocal.m4')
-rw-r--r-- | erts/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/aclocal.m4 b/erts/aclocal.m4 index b64380e817..2bceb31983 100644 --- a/erts/aclocal.m4 +++ b/erts/aclocal.m4 @@ -1298,7 +1298,7 @@ int main(void) esac test $enable_ethread_pre_pentium4_compatibility = yes && - AC_DEFINE(ETHR_PRE_PENTIUM4_COMPAT, 1, [Define if you want compatibilty with x86 processors before pentium4.]) + AC_DEFINE(ETHR_PRE_PENTIUM4_COMPAT, 1, [Define if you want compatibility with x86 processors before pentium4.]) AC_DEFINE(ETHR_HAVE_ETHREAD_DEFINES, 1, \ [Define if you have all ethread defines]) |