diff options
author | Brad King <brad.king@kitware.com> | 2010-08-17 20:43:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-08-17 20:43:20 (GMT) |
commit | e872f5d70a24a3c5f535272ec8cee0173aa81325 (patch) | |
tree | 3b93fb1fe156011704e5eca8a8a5557fcdba6f60 /Modules/FortranCInterface.cmake | |
parent | ab90916638b8f000d9e55624f9ef891c9fc0e6da (diff) | |
download | CMake-e872f5d70a24a3c5f535272ec8cee0173aa81325.zip CMake-e872f5d70a24a3c5f535272ec8cee0173aa81325.tar.gz CMake-e872f5d70a24a3c5f535272ec8cee0173aa81325.tar.bz2 |
FortranCInterface: Fix doc typo FC.h -> FCMangle.h
Diffstat (limited to 'Modules/FortranCInterface.cmake')
-rw-r--r-- | Modules/FortranCInterface.cmake | 6 |
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: |