diff options
Diffstat (limited to 'Source/cmCPluginAPI.h')
-rw-r--r-- | Source/cmCPluginAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCPluginAPI.h b/Source/cmCPluginAPI.h index 367535d..fd75509 100644 --- a/Source/cmCPluginAPI.h +++ b/Source/cmCPluginAPI.h @@ -180,7 +180,7 @@ extern "C" { /*=========================================================================*/ /* The following functions are designed to operate or manipulate cmSourceFiles. Please see cmSourceFile.h for additional information on many - of these methods. Some of these methods are in cmMakefile.h. + of these methods. Some of these methods are in cmMakefile.h. */ /*=========================================================================*/ extern CM_EXPORT void *cmAddSource(void *mf, void *sf); extern CM_EXPORT void *cmCreateSourceFile(); |