diff options
author | Gabor Greif <ggreif@gmail.com> | 2012-01-13 01:32:45 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-02-27 14:35:06 +0000 |
commit | ed558200ce8675ae5912479dda82c88d349cbc2e (patch) | |
tree | c648785b668a9d09666e81e1d0426571f1c0c191 /aclocal.m4 | |
parent | 668aef9a1bac6990cd7b0fc8537c789a7ff16e4d (diff) | |
download | haskell-ed558200ce8675ae5912479dda82c88d349cbc2e.tar.gz |
some small corrections
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 9b8ad5ecc2..05470196dd 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -296,7 +296,7 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS], # GET_ARM_ISA # ---------------------------------- -# Get info about the ISA on the Arm arch +# Get info about the ISA on the ARM arch AC_DEFUN([GET_ARM_ISA], [ AC_COMPILE_IFELSE([ @@ -486,7 +486,7 @@ AC_DEFUN([FP_VISIBILITY_HIDDEN], # FPTOOLS_FLOAT_WORD_ORDER_BIGENDIAN # ---------------------------------- -# Little endian Arm on Linux with some ABIs has big endian word order +# Little endian ARM on Linux with some ABIs has big endian word order # in doubles. Define FLOAT_WORDS_BIGENDIAN if this is the case. AC_DEFUN([FPTOOLS_FLOAT_WORD_ORDER_BIGENDIAN], [AC_CACHE_CHECK([whether float word order is big endian], [fptools_cv_float_word_order_bigendian], |