Skip to content

Commit a4ca07f

Browse files
authored
[libc] Fix typo in libc fullbuild mode doc (#85204)
"In order to" is more appropriate.
1 parent 4476913 commit a4ca07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/docs/fullbuild_mode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Fullbuild Mode
66

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

0 commit comments

Comments
 (0)