summaryrefslogtreecommitdiffstats
path: root/clang/examples/PrintFunctionNames
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
commite8ef46c851d14b8c985803f31ddc24e4a94e126e (patch)
tree889ed6be91e8fb9e23d5a96afc25525ac37340e5 /clang/examples/PrintFunctionNames
parent216436c77a9e214276f94c6ec613db4f39b65817 (diff)
downloadbcm5719-llvm-e8ef46c851d14b8c985803f31ddc24e4a94e126e.tar.gz
bcm5719-llvm-e8ef46c851d14b8c985803f31ddc24e4a94e126e.zip
Fix typo in comment.
llvm-svn: 198186
Diffstat (limited to 'clang/examples/PrintFunctionNames')
-rw-r--r--clang/examples/PrintFunctionNames/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/examples/PrintFunctionNames/CMakeLists.txt b/clang/examples/PrintFunctionNames/CMakeLists.txt
index 95f1b6b25a6..331846286b2 100644
--- a/clang/examples/PrintFunctionNames/CMakeLists.txt
+++ b/clang/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)
OpenPOWER on IntegriCloud