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

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


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

Closes #132537 

>From fc283e14e3f16e0d78d152829e79979f0df9c739 Mon Sep 17 00:00:00 2001
From: hulxv <hulxxv at gmail.com>
Date: Sat, 22 Mar 2025 17:30:29 +0200
Subject: [PATCH] [libc] fix type in `docs/uefi/index.rst` (#132537)

---
 libc/docs/uefi/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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