summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/vasnprintf.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/vasnprintf.m4 b/m4/vasnprintf.m4
index 2bfd7a29c1..8cc4f32e33 100644
--- a/m4/vasnprintf.m4
+++ b/m4/vasnprintf.m4
@@ -71,8 +71,8 @@ AC_DEFUN([gl_PREREQ_VASNPRINTF_DIRECTIVE_A],
;;
*)
AC_DEFINE([NEED_PRINTF_DIRECTIVE_A], 1,
- [Define if the vasnprintf implementation needs special code for
- the 'a' and 'A' directives.])
+ [Define if the vasnprintf implementation needs special code for
+ the 'a' and 'A' directives.])
AC_CHECK_FUNCS([nl_langinfo])
;;
esac