diff --git a/Source/cmCPluginAPI.h b/Source/cmCPluginAPI.h index 367535df36..fd75509315 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();