diff options
author | Josef Angstenberger <code@jtxa.de> | 2021-05-06 19:24:28 (GMT) |
---|---|---|
committer | Josef Angstenberger <code@jtxa.de> | 2021-05-07 15:00:17 (GMT) |
commit | 7072d837720d25bcd1906764e3eb23b940e4e4a4 (patch) | |
tree | 9993842ff4bc18c617f343e2eeae28ebaa767e39 /Help/prop_tgt/UNITY_BUILD_UNIQUE_ID.rst | |
parent | 03b1140ddc6341aec37f55437cdabba8fcdfe906 (diff) | |
download | CMake-7072d837720d25bcd1906764e3eb23b940e4e4a4.zip CMake-7072d837720d25bcd1906764e3eb23b940e4e4a4.tar.gz CMake-7072d837720d25bcd1906764e3eb23b940e4e4a4.tar.bz2 |
Help: Fix typos and spelling in documentation
Diffstat (limited to 'Help/prop_tgt/UNITY_BUILD_UNIQUE_ID.rst')
-rw-r--r-- | Help/prop_tgt/UNITY_BUILD_UNIQUE_ID.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/UNITY_BUILD_UNIQUE_ID.rst b/Help/prop_tgt/UNITY_BUILD_UNIQUE_ID.rst index 2c95e02..d288dd3 100644 --- a/Help/prop_tgt/UNITY_BUILD_UNIQUE_ID.rst +++ b/Help/prop_tgt/UNITY_BUILD_UNIQUE_ID.rst @@ -50,6 +50,6 @@ be used to avoid that with code like the following: return MY_UNITY_ID::i; } -The pseudononymous namespace is used within a truly anonymous namespace. +The pseudonymous namespace is used within a truly anonymous namespace. On many platforms, this maintains the invariant that the symbols within do not get external linkage when performing a unity build. |