浏览代码

Merge pull request #7096 from ronyeh/typo

Fix typo on "linker".
Max Hilbrunner 2 年之前
父节点
当前提交
a4e11659e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contributing/development/compiling/compiling_for_macos.rst

+ 1 - 1
contributing/development/compiling/compiling_for_macos.rst

@@ -180,7 +180,7 @@ JIT-enabled implementation of the Python language (which SCons is written in).
 Its "full" version is currently only compatible with Linux, but Pyston-lite is
 Its "full" version is currently only compatible with Linux, but Pyston-lite is
 also compatible with macOS (both x86 and ARM). Pyston can speed up incremental
 also compatible with macOS (both x86 and ARM). Pyston can speed up incremental
 builds significantly, often by a factor between 1.5× and 2×. Pyston can be
 builds significantly, often by a factor between 1.5× and 2×. Pyston can be
-combined with alternative likers such as LLD or Mold to get even faster builds.
+combined with alternative linkers such as LLD or Mold to get even faster builds.
 
 
 To install Pyston-lite, run ``python -m pip install pyston_lite_autoload`` then
 To install Pyston-lite, run ``python -m pip install pyston_lite_autoload`` then
 run SCons as usual. This will automatically load a subset of Pyston's
 run SCons as usual. This will automatically load a subset of Pyston's