]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CMake: Fix comments
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 21 May 2025 11:48:18 +0000 (14:48 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 21 May 2025 11:48:18 +0000 (14:48 +0300)
CMakeLists.txt

index a4a379565490a3d237ccccc490d79ee8d2e62c66..5c11503465a593f327a32685b674a277d7b7d436 100644 (file)
@@ -484,7 +484,7 @@ if(NOT WIN32)
     # auto      Autodetect between no, generic, and linux
     # yes       Force on by autodetecting between linux and generic
     # no        Disable symbol versioning
-    # generic   FreeBSD, most Linux/glibc systems, and GNU/Hurd
+    # generic   FreeBSD, some Linux/glibc systems, and GNU/Hurd
     # linux     Linux/glibc with extra symbol versions for compatibility
     #           with binaries that have been linked against a liblzma version
     #           that has been patched with "xz-5.2.2-compat-libs.patch" from
@@ -541,7 +541,7 @@ symbol versioning (${SUPPORTED_SYMBOL_VERSIONING_VARIANTS})")
             # somewhere in the string).
             #
             # NVIDIA HPC Compiler doesn't support symbol versioning but
-            # it uses the linked from the system so the linker script
+            # it uses the linker from the system so the linker script
             # can still be used to get the generic symbol versioning.
             set(SYMBOL_VERSIONING "generic")