cmSearchPath: Fix typo in comment
This commit is contained in:
parent
ebcc13e1b3
commit
814e774eff
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue