[libc-commits] [libc] adcaf17 - [libc] [NFC] fix type in `docs/uefi/index.rst` (#132553)
via libc-commits
libc-commits at lists.llvm.org
Sat Mar 22 12:16:18 PDT 2025
Author: Mohamed Emad
Date: 2025-03-22T12:16:15-07:00
New Revision: adcaf1769dea988e13615ef088ff22629966de00
URL: https://github.com/llvm/llvm-project/commit/adcaf1769dea988e13615ef088ff22629966de00
DIFF: https://github.com/llvm/llvm-project/commit/adcaf1769dea988e13615ef088ff22629966de00.diff
LOG: [libc] [NFC] fix type in `docs/uefi/index.rst` (#132553)
Closes #132537
Added:
Modified:
libc/docs/uefi/index.rst
Removed:
################################################################################
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::
More information about the libc-commits
mailing list