[libc-commits] [libc] [libc] Fix typo in libc fullbuild mode doc (PR #85204)

via libc-commits libc-commits at lists.llvm.org
Thu Mar 14 03:53:34 PDT 2024


https://github.com/FantasqueX created https://github.com/llvm/llvm-project/pull/85204

"In order to" is more appropriate.

>From ed491008874df7ac9c542400311f59e153b1c1e6 Mon Sep 17 00:00:00 2001
From: Letu Ren <fantasquex at gmail.com>
Date: Thu, 14 Mar 2024 18:48:36 +0800
Subject: [PATCH] [libc] Fix typo in libc fullbuild mode doc

"In order to" is more appropriate.
---
 libc/docs/fullbuild_mode.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libc/docs/fullbuild_mode.rst b/libc/docs/fullbuild_mode.rst
index 0af923de42f84d..b1151017fbc794 100644
--- a/libc/docs/fullbuild_mode.rst
+++ b/libc/docs/fullbuild_mode.rst
@@ -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.
 



More information about the libc-commits mailing list