diff options
author | KWSys Upstream <kwrobot@kitware.com> | 2017-11-07 13:15:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-07 13:16:13 (GMT) |
commit | dc059ae70b2ec79bce2b534876a2f4006293d3b6 (patch) | |
tree | 3d90febcc086375fab514e58d0eb878e259f2504 /SystemTools.cxx | |
parent | 5464e23ff5e822b8a99a3cd234c54ff4632ccb98 (diff) | |
download | CMake-dc059ae70b2ec79bce2b534876a2f4006293d3b6.zip CMake-dc059ae70b2ec79bce2b534876a2f4006293d3b6.tar.gz CMake-dc059ae70b2ec79bce2b534876a2f4006293d3b6.tar.bz2 |
KWSys 2017-11-07 (5249a82d)
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 5249a82d5e617a29659e5881d0df65acb3220eab (master).
Upstream Shortlog
-----------------
Brad King (1):
bfdbfe9b Avoid requiring CMake 3.4 string(APPEND)
luzpaz (1):
9a1d5901 Fix trivial typos in text
Diffstat (limited to 'SystemTools.cxx')
-rw-r--r-- | SystemTools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SystemTools.cxx b/SystemTools.cxx index 72babc3..1f7ee10 100644 --- a/SystemTools.cxx +++ b/SystemTools.cxx @@ -1691,7 +1691,7 @@ bool SystemTools::StringEndsWith(const std::string& str1, const char* str2) : false; } -// Returns a pointer to the last occurence of str2 in str1 +// Returns a pointer to the last occurrence of str2 in str1 const char* SystemTools::FindLastString(const char* str1, const char* str2) { if (!str1 || !str2) { |