summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/kwsysPlatformTestsCXX.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-11-07 13:16:14 (GMT)
committerBrad King <brad.king@kitware.com>2017-11-07 13:16:14 (GMT)
commit517cfe0b8c327ee4d68de777b812c4854e3d46a8 (patch)
treedad96aeed2036987012299830121463d88361da0 /Source/kwsys/kwsysPlatformTestsCXX.cxx
parentc37c4771cb876146ae0d23a2008482d6fcd53e35 (diff)
parentdc059ae70b2ec79bce2b534876a2f4006293d3b6 (diff)
downloadCMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.zip
CMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.tar.gz
CMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2017-11-07 (5249a82d)
Diffstat (limited to 'Source/kwsys/kwsysPlatformTestsCXX.cxx')
-rw-r--r--Source/kwsys/kwsysPlatformTestsCXX.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/kwsysPlatformTestsCXX.cxx b/Source/kwsys/kwsysPlatformTestsCXX.cxx
index e67d436..f1f9ed3 100644
--- a/Source/kwsys/kwsysPlatformTestsCXX.cxx
+++ b/Source/kwsys/kwsysPlatformTestsCXX.cxx
@@ -281,7 +281,7 @@ int main()
#ifdef TEST_KWSYS_CXX_HAS_BACKTRACE
#if defined(__PATHSCALE__) || defined(__PATHCC__) || \
(defined(__LSB_VERSION__) && (__LSB_VERSION__ < 41))
-backtrace doesnt work with this compiler or os
+backtrace does not work with this compiler or os
#endif
#if (defined(__GNUC__) || defined(__PGI)) && !defined(_GNU_SOURCE)
#define _GNU_SOURCE