[libc-commits] [libc] [libc] [NFC] fix type in `docs/uefi/index.rst` (PR #132553)

via libc-commits libc-commits at lists.llvm.org
Sat Mar 22 08:32:55 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Mohamed Emad (hulxv)

<details>
<summary>Changes</summary>

Closes #<!-- -->132537 

---
Full diff: https://github.com/llvm/llvm-project/pull/132553.diff


1 Files Affected:

- (modified) libc/docs/uefi/index.rst (+1-1) 


``````````diff
diff --git a/libc/docs/uefi/index.rst b/libc/docs/uefi/index.rst
index db86507f63f2c..86c986b9a9067 100644
--- a/libc/docs/uefi/index.rst
+++ b/libc/docs/uefi/index.rst
@@ -8,7 +8,7 @@ libc for UEFI
 
 The *UEFI* support for LLVM's libc project aims to provide a standard libc
 frontend to the UEFI protocols. This allows for many existing
-applications to be easily ported to UEFI. Nagivate using the links below to
+applications to be easily ported to UEFI. Navigate using the links below to
 learn more about this project.
 
 .. toctree::

``````````

</details>


https://github.com/llvm/llvm-project/pull/132553


More information about the libc-commits mailing list