Merge topic 'minor-cleanups'

bd4fef64 cmSourceFileLocation: Fix typo in comment
814e774e cmSearchPath: Fix typo in comment
This commit is contained in:
Brad King 2016-06-01 09:04:48 -04:00 committed by CMake Topic Stage
commit 4062d6d694
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class cmSearchPath
{ {
public: public:
// cmSearchPath must be initialized from a valid pointer. The only reason // cmSearchPath must be initialized from a valid pointer. The only reason
// for teh default is to allow it to be easily used in stl containers. // for the default is to allow it to be easily used in stl containers.
// Attempting to initialize with a NULL value will fail an assertion // Attempting to initialize with a NULL value will fail an assertion
cmSearchPath(cmFindCommon* findCmd = 0); cmSearchPath(cmFindCommon* findCmd = 0);
~cmSearchPath(); ~cmSearchPath();

View File

@ -39,7 +39,7 @@ public:
cmSourceFileLocation& operator=(const cmSourceFileLocation& loc); cmSourceFileLocation& operator=(const cmSourceFileLocation& loc);
/** /**
* Return whether the givne source file location could refers to the * Return whether the given source file location could refers to the
* same source file as this location given the level of ambiguity in * same source file as this location given the level of ambiguity in
* each location. * each location.
*/ */