Merge pull request #68720 from alexfmpe/fix-typo

Fix typo
This commit is contained in:
WilliButz 2019-09-14 12:40:00 +02:00 committed by GitHub
commit bb5e986225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2411,7 +2411,7 @@ addEnvHooks "$hostOffset" myBashFunction
<para> <para>
The Bintools Wrapper was only just recently split off from CC Wrapper, The Bintools Wrapper was only just recently split off from CC Wrapper,
so the division of labor is still being worked out. For example, it so the division of labor is still being worked out. For example, it
shouldn't care about about the C standard library, but just take a shouldn't care about the C standard library, but just take a
derivation with the dynamic loader (which happens to be the glibc on derivation with the dynamic loader (which happens to be the glibc on
linux). Dependency finding however is a task both wrappers will continue linux). Dependency finding however is a task both wrappers will continue
to need to share, and probably the most important to understand. It is to need to share, and probably the most important to understand. It is