diff options
author | KWSys Upstream <kwrobot@kitware.com> | 2021-06-28 17:30:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-28 17:32:22 (GMT) |
commit | bf4ae1c2b242e6a37034fac7efd86b0786130bfb (patch) | |
tree | 689fcff61ffa49c1f12f1fbd47eb6f9edebc4e08 /SystemInformation.cxx | |
parent | fc5b7905ed8e2ddc45de1cabe0f9dbd8c1484dbb (diff) | |
download | CMake-bf4ae1c2b242e6a37034fac7efd86b0786130bfb.zip CMake-bf4ae1c2b242e6a37034fac7efd86b0786130bfb.tar.gz CMake-bf4ae1c2b242e6a37034fac7efd86b0786130bfb.tar.bz2 |
KWSys 2021-06-28 (0648cb1a)
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 0648cb1ac5c91430b190f32319c528345b280dc3 (master).
Upstream Shortlog
-----------------
Ben Boeckel (2):
df91e5f1 EncodingC: use NULL for pointers
ab959cd2 SystemInformation: fix typo in comment
Björn Esser (2):
b4a2a03c testDynamicLoader: Use LIBDL_SO macro if defined.
b954dd54 testDynamicLoader: Use LIBC_SO if LIBDL_SO is not defined by glibc anymore.
Diffstat (limited to 'SystemInformation.cxx')
-rw-r--r-- | SystemInformation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SystemInformation.cxx b/SystemInformation.cxx index 117ff8d..12f9139 100644 --- a/SystemInformation.cxx +++ b/SystemInformation.cxx @@ -1383,7 +1383,7 @@ void SymbolProperties::Initialize(void* address) } # else // second fallback use builtin backtrace_symbols -// to decode the bactrace. +// to decode the backtrace. # endif } #endif // don't define this class if we're not using it |