Skip to content

Commit

Permalink
[libc] Fix typo in libc fullbuild mode doc (#85204)
Browse files Browse the repository at this point in the history
"In order to" is more appropriate.
  • Loading branch information
FantasqueX committed Mar 15, 2024
1 parent 4476913 commit a4ca07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/docs/fullbuild_mode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Fullbuild Mode

The *fullbuild* mode of LLVM's libc is the mode in which it is to be used as
the only libc (as opposed to the :ref:`overlay_mode` in which it is used along
with the system libc.) In to order use it as the only libc, one will have to
with the system libc.) In order to use it as the only libc, one will have to
build and install not only the static archives like ``libc.a`` from LLVM's libc,
but also the start-up objects like ``crt1.o`` and the public headers.

Expand Down

0 comments on commit a4ca07f

Please sign in to comment.