summaryrefslogtreecommitdiff
path: root/Source/cmIncludeCommand.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-28 09:47:39 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-28 09:47:39 -0500
commiteeb7637a6ee23feb8147581c7d28021a55154a42 (patch)
tree9d550a5562f6e67c38c5894091459b68272ab9c7 /Source/cmIncludeCommand.h
parentdb68c543ff7ee0a59ec5fa463f59255193a9a479 (diff)
downloadcmake-eeb7637a6ee23feb8147581c7d28021a55154a42.tar.gz
DOC: Fix comment
Diffstat (limited to 'Source/cmIncludeCommand.h')
-rw-r--r--Source/cmIncludeCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIncludeCommand.h b/Source/cmIncludeCommand.h
index a3459595a9..8df9a36fed 100644
--- a/Source/cmIncludeCommand.h
+++ b/Source/cmIncludeCommand.h
@@ -81,7 +81,7 @@ public:
"INCLUDE command. If OPTIONAL is present, then no error "
"is raised if the file does not exist.\n"
"If module is specified instead of file, the file with name "
- "module.cmake is searched in the CMAKE_MODULE_PATH.";
+ "<modulename>.cmake is searched in the CMAKE_MODULE_PATH.";
}
cmTypeMacro(cmIncludeCommand, cmCommand);