[llvm] r282930 - Spell comment consistently with other library comments.

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 13:24:21 PDT 2016


Author: joerg
Date: Fri Sep 30 15:24:21 2016
New Revision: 282930

URL: http://llvm.org/viewvc/llvm-project?rev=282930&view=rev
Log:
Spell comment consistently with other library comments.

Modified:
    llvm/trunk/include/llvm/Config/config.h.cmake

Modified: llvm/trunk/include/llvm/Config/config.h.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.cmake?rev=282930&r1=282929&r2=282930&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.cmake (original)
+++ llvm/trunk/include/llvm/Config/config.h.cmake Fri Sep 30 15:24:21 2016
@@ -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). */




More information about the llvm-commits mailing list