Skip to content

Commit fc1e984

Browse files
timsnyderbeckermr
andauthored
Apply suggestions from code review
Co-authored-by: Matthew R. Becker <[email protected]>
1 parent 818fe82 commit fc1e984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/user/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ FAQ
7979

8080
All of our toolchains are built as cross-compilers (even when they are built to run on the same
8181
architecture that they are targeting). We do this because it makes it possible to then install
82-
them anywhere like any other conda package. As a result, the buildin search path for the
82+
them anywhere like any other conda package. As a result, the builtin search path for the
8383
compilers only contains the sysroot they were built with. The compiler binary names are also
8484
'prefixed' with more complete information about the architecture and :std:term:`ABI` they target. So, instead
8585
of ``gcc``, the actual binary will be named something like ``x86_64-conda-linux-gnu-cc``.
@@ -98,7 +98,7 @@ FAQ
9898
build with some of the flags supplied by conda-forge? What if you are building something that
9999
is setup for cross-compiling and expects ``CC`` to contain the name of the target toolchain but
100100
wants to be able to build some things for the build-host to use during the build by just calling
101-
``gcc``? You can filter out the
101+
``gcc``?
102102

103103
The :ref:`compiler metapackages mentioned above <faq_compiler_metapkg>` also install packages that
104104
create symlinks of the short names (like ``gcc``) to the actual toolchain binary names (like

0 commit comments

Comments
 (0)