summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-08-19 17:26:45 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-08-19 17:26:45 (GMT)
commit0596f0ce78d3e0166469c83d62cf48e6cb3b7901 (patch)
treebdedfed1779acec1ec067711116b5e89ce3f3b09 /Modules
parent8ccfc5e24d424a6d4de40c2626f359561ea35c9b (diff)
parente872f5d70a24a3c5f535272ec8cee0173aa81325 (diff)
downloadCMake-0596f0ce78d3e0166469c83d62cf48e6cb3b7901.zip
CMake-0596f0ce78d3e0166469c83d62cf48e6cb3b7901.tar.gz
CMake-0596f0ce78d3e0166469c83d62cf48e6cb3b7901.tar.bz2
Merge topic 'FortranCInterface-doc-typo'
e872f5d FortranCInterface: Fix doc typo FC.h -> FCMangle.h
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FortranCInterface.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FortranCInterface.cmake b/Modules/FortranCInterface.cmake
index cc0d5fb..90ef59b 100644
--- a/Modules/FortranCInterface.cmake
+++ b/Modules/FortranCInterface.cmake
@@ -47,9 +47,9 @@
# MACRO_NAMESPACE "FC_"
# SYMBOL_NAMESPACE "FC_"
# SYMBOLS mysub mymod:my_sub)
-# This creates a "FC.h" header that defines the same FC_*() mangling
-# macros as the previous example plus preprocessor symbols FC_mysub
-# and FC_mymod_my_sub.
+# This creates a "FCMangle.h" header that defines the same FC_*()
+# mangling macros as the previous example plus preprocessor symbols
+# FC_mysub and FC_mymod_my_sub.
#
# Another function is provided to verify that the Fortran and C/C++
# compilers work together: