diff options
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index bc72f1b..869ef1e 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -243,7 +243,7 @@ protected: cmGeneratorTarget* target, const char* filename = nullptr); - // Helper methods for dependeny updates. + // Helper methods for dependency updates. bool ScanDependencies( const char* targetDir, std::map<std::string, cmDepends::DependencyVector>& validDeps); |