summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemInformation.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/SystemInformation.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/SystemInformation.cxx')
-rw-r--r--Source/kwsys/SystemInformation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/SystemInformation.cxx b/Source/kwsys/SystemInformation.cxx
index 366fe30..ab1f40a 100644
--- a/Source/kwsys/SystemInformation.cxx
+++ b/Source/kwsys/SystemInformation.cxx
@@ -3633,7 +3633,7 @@ SystemInformationImplementation::GetHostMemoryAvailable(
// apply resource limits across groups of processes.
// this is of use on certain SMP systems (eg. SGI UV)
// where the host has a large amount of ram but a given user's
- // access to it is severly restricted. The system will
+ // access to it is severely restricted. The system will
// apply a limit across a set of processes. Units are in KiB.
if (hostLimitEnvVarName) {
const char* hostLimitEnvVarValue = getenv(hostLimitEnvVarName);