summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 32740c4..4eb8452 100644
--- a/configure.in
+++ b/configure.in
@@ -1528,7 +1528,7 @@ done)dnl
AC_MSG_RESULT(%${hdf5_cv_printf_ll}d and %${hdf5_cv_printf_ll}u)
AC_DEFINE_UNQUOTED(PRINTF_LL_WIDTH, "$hdf5_cv_printf_ll",
- [Width for printf() for type \`long long' or \`__int64', us. \`ll'])
+ [Width for printf() for type \`long long' or \`__int64', use \`ll'])
dnl ----------------------------------------------------------------------
dnl Check if malloc(0) returns valid pointer