summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2013-12-29 23:15:01 +0000
committerNico Weber <nicolasweber@gmx.de>2013-12-29 23:15:01 +0000
commit708d1c6a02577b60ca19d1b875e52cd3a8f44c3c (patch)
tree061d7bd8a3fa7bcab8ac83eff67d4fb5968de1d9 /examples
parent88ea39cbff3d7e0a6a3b8d6911fdcb927c19cbb0 (diff)
downloadclang-708d1c6a02577b60ca19d1b875e52cd3a8f44c3c.tar.gz
clang-708d1c6a02577b60ca19d1b875e52cd3a8f44c3c.tar.bz2
clang-708d1c6a02577b60ca19d1b875e52cd3a8f44c3c.tar.xz
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/PrintFunctionNames/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/PrintFunctionNames/CMakeLists.txt b/examples/PrintFunctionNames/CMakeLists.txt
index 95f1b6b25a..331846286b 100644
--- a/examples/PrintFunctionNames/CMakeLists.txt
+++ b/examples/PrintFunctionNames/CMakeLists.txt
@@ -5,7 +5,7 @@ set( LLVM_LINK_COMPONENTS
)
# If we don't need RTTI or EH, there's no reason to export anything
-# from the hello plugin.
+# from the plugin.
if( NOT LLVM_REQUIRES_RTTI )
if( NOT LLVM_REQUIRES_EH )
set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/PrintFunctionNames.exports)