From ce3f413f0cc458ce5fe2550f5e8d8fa537e3136c Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Thu, 29 Sep 2016 21:39:11 +0000 Subject: [PATCH] Fix comments to match autoconf. llvm-svn: 282784 --- llvm/include/llvm/Config/config.h.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index d198838..496bbc5 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -75,7 +75,7 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_FFI_H ${HAVE_FFI_H} -/* Define to 1 if you have the `futimens' function */ +/* Define to 1 if you have the `futimens' function. */ #cmakedefine HAVE_FUTIMENS ${HAVE_FUTIMENS} /* Define to 1 if you have the `futimes' function. */ @@ -123,7 +123,7 @@ /* Define to 1 if you have the `shell32' library (-lshell32). */ #cmakedefine HAVE_LIBSHELL32 ${HAVE_LIBSHELL32} -/* Define to 1 if you have the 'z' library (-lz). */ +/* Define to 1 if you have the `z' library (-lz). */ #cmakedefine HAVE_LIBZ ${HAVE_LIBZ} /* Define to 1 if you have the 'edit' library (-ledit). */ @@ -142,7 +142,7 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H} -/* Define to 1 if you have the `mallctl` function. */ +/* Define to 1 if you have the `mallctl' function. */ #cmakedefine HAVE_MALLCTL ${HAVE_MALLCTL} /* Define to 1 if you have the `mallinfo' function. */ -- 2.7.4