diff options
author | akhropov <akhropov@yandex-team.com> | 2025-01-26 20:00:46 +0300 |
---|---|---|
committer | akhropov <akhropov@yandex-team.com> | 2025-01-26 20:20:56 +0300 |
commit | 1ab81a9966e36741f51b2b479231b9798c3858a8 (patch) | |
tree | 9f3c1ffbc39617be786041f88525718d5184fe35 | |
parent | c2d97d01a33ba140ab946abd09fa1e5a3eafec4a (diff) | |
download | ydb-1ab81a9966e36741f51b2b479231b9798c3858a8.tar.gz |
Fix misspelling
commit_hash:219d9bc7df9cca8f9b892c2367ddef7eed2f173f
-rw-r--r-- | build/conf/linkers/ld.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/linkers/ld.conf b/build/conf/linkers/ld.conf index 54cd9b6239..e5f3d11d03 100644 --- a/build/conf/linkers/ld.conf +++ b/build/conf/linkers/ld.conf @@ -105,7 +105,7 @@ when ($OS_LINUX == "yes" && $MUSL != "yes") { # glibc merged pthread into libc.so as of 2.34 / Ubuntu 22.04, see # https://developers.redhat.com/articles/2021/12/17/why-glibc-234-removed-libpthread # - # In macOS and iOS libpthread points to libSystem alread (just as libc.tbd does): + # In macOS and iOS libpthread points to libSystem already (just as libc.tbd does): # $ file libpthread.tbd # libpthread.tbd: symbolic link to libSystem.tbd # |