]> granicus.if.org Git - clang/commitdiff
Fix typo in comment.
authorNico Weber <nicolasweber@gmx.de>
Mon, 23 Apr 2018 19:22:52 +0000 (19:22 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 23 Apr 2018 19:22:52 +0000 (19:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@330633 91177308-0d34-0410-b5e6-96231b3b80d8

tools/libclang/CMakeLists.txt

index 44406378207bbfefb7d792fc3d04904ae9383479..e539c8308e756e2519eace01e0ef597a313add1e 100644 (file)
@@ -67,7 +67,7 @@ option(LIBCLANG_BUILD_STATIC
 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/libclang.exports)
 
 if(MSVC)
-  # Avoid LNK4197 not to spceify libclang.def here.
+  # Avoid LNK4197 by not specifying libclang.exports here.
   # Each functions is exported as "dllexport" in include/clang-c.
   # KB835326
   set(LLVM_EXPORTED_SYMBOL_FILE)