diff options
author | KWSys Robot <kwrobot@kitware.com> | 2013-05-06 14:29:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-07 12:38:05 (GMT) |
commit | d0cdc687353cbba0ab844a360a23c71945c8370b (patch) | |
tree | 5bd5f53562ccea42a712c6b544c20579fd461c2c /SystemInformation.hxx.in | |
parent | 327c982faf6a9f119b6547c099a6bbf2ee82e517 (diff) | |
download | CMake-d0cdc687353cbba0ab844a360a23c71945c8370b.zip CMake-d0cdc687353cbba0ab844a360a23c71945c8370b.tar.gz CMake-d0cdc687353cbba0ab844a360a23c71945c8370b.tar.bz2 |
KWSys 2013-05-06 (f4928d44)
Extract upstream KWSys using the following shell commands.
$ git archive --prefix=upstream-kwsys/ f4928d44 | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' 709fb5c1..f4928d44
Andreas Mohr (1):
f4928d44 Fix spelling and typos in comments and method documentation
Change-Id: I64109c176370a9f10a22da21bc81bd9306a80431
Diffstat (limited to 'SystemInformation.hxx.in')
-rw-r--r-- | SystemInformation.hxx.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SystemInformation.hxx.in b/SystemInformation.hxx.in index 8f4cb4e..f7c454e 100644 --- a/SystemInformation.hxx.in +++ b/SystemInformation.hxx.in @@ -117,8 +117,8 @@ public: // Get total system RAM in units of KiB available to this process. // This may differ from the host available if a per-process resource // limit is applied. per-process memory limits are applied on unix - // system via rlimit api. Resource limits that are not imposed via - // rlimit api may be reported to us via an application specified + // system via rlimit API. Resource limits that are not imposed via + // rlimit API may be reported to us via an application specified // environment variable. LongLong GetProcMemoryAvailable( const char *hostLimitEnvVarName=NULL, |