aboutsummaryrefslogtreecommitdiff
path: root/gcc/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/acinclude.m4')
-rw-r--r--gcc/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/acinclude.m4 b/gcc/acinclude.m4
index 70322c75e6b..9f865ee28d4 100644
--- a/gcc/acinclude.m4
+++ b/gcc/acinclude.m4
@@ -347,7 +347,7 @@ if test $gcc_cv_c_nbby = failed; then
AC_MSG_ERROR(cannot determine number of bits in a byte)
else
AC_DEFINE_UNQUOTED(CHAR_BIT, $gcc_cv_c_nbby,
- [Define as the number of bits in a byte, if \`limits.h' doesn't.])
+ [Define as the number of bits in a byte, if `limits.h' doesn't.])
fi
fi])