diff options
| author | Joerg Sonnenberger <joerg@bec.de> | 2016-09-29 21:39:11 +0000 |
|---|---|---|
| committer | Joerg Sonnenberger <joerg@bec.de> | 2016-09-29 21:39:11 +0000 |
| commit | ce3f413f0cc458ce5fe2550f5e8d8fa537e3136c (patch) | |
| tree | f7b7dad772c234e56b34ea8447974790b307089a | |
| parent | 9097f27af5f194b9e1159d6592adf9dbd359a938 (diff) | |
| download | bcm5719-llvm-ce3f413f0cc458ce5fe2550f5e8d8fa537e3136c.tar.gz bcm5719-llvm-ce3f413f0cc458ce5fe2550f5e8d8fa537e3136c.zip | |
Fix comments to match autoconf.
llvm-svn: 282784
| -rw-r--r-- | llvm/include/llvm/Config/config.h.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index d1988382ff9..496bbc55a45 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 <ffi.h> 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 <mach/mach.h> 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. */ |

