[svn-r7433] Purpose:

Corrected typo in help string
This commit is contained in:
Quincey Koziol 2003-08-30 20:40:58 -05:00
parent 00b7830ec5
commit bd3510bea3

View File

@ -1663,7 +1663,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