Fix a stray 'dnl' that my editor line-wrapped into this comment. Thanks
authorChandler Carruth <chandlerc@gmail.com>
Sat, 5 Jan 2013 00:34:40 +0000 (00:34 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 5 Jan 2013 00:34:40 +0000 (00:34 +0000)
to filcab on IRC for spotting.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171573 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac

index c0af01a1e4161ebad9deee9c3f1aa3197deaa1c2..102147c4f2c631a623e3eb8e5336483877a0dcd6 100644 (file)
@@ -1251,8 +1251,8 @@ AC_SEARCH_LIBS(dlopen,dl,AC_DEFINE([HAVE_DLOPEN],[1],
                AC_MSG_WARN([dlopen() not found - disabling plugin support]))
 
 dnl Search for the clock_gettime() function. Note that we rely on the POSIX
-dnl macros to detect whether clock_gettime is available, dnl this just finds
-dnl the right libraries to link with.
+dnl macros to detect whether clock_gettime is available, this just finds the
+dnl right libraries to link with.
 AC_SEARCH_LIBS(clock_gettime,rt)
 
 dnl libffi is optional; used to call external functions from the interpreter