From 513fcd69defe44b5854a16eb170ee788667af9b7 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Fri, 30 Sep 2016 20:24:21 +0000 Subject: [PATCH] Spell comment consistently with other library comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282930 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Config/config.h.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index b9d4511351f..edd39dbc5b1 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -105,7 +105,7 @@ /* Define to 1 if you have the `isatty' function. */ #cmakedefine HAVE_ISATTY 1 -/* Define to 1 if you have the 'edit' library (-ledit). */ +/* Define to 1 if you have the `edit' library (-ledit). */ #cmakedefine HAVE_LIBEDIT ${HAVE_LIBEDIT} /* Define to 1 if you have the `psapi' library (-lpsapi). */ -- 2.50.1