https://github.com/rjmansfield created 
https://github.com/llvm/llvm-project/pull/145907

None

>From f8ddf732125195ed21e046db7addd9f98849aa50 Mon Sep 17 00:00:00 2001
From: Ryan Mansfield <ryan_mansfi...@apple.com>
Date: Thu, 26 Jun 2025 10:47:59 -0400
Subject: [PATCH] [clang][docs] Fix typo in -fapinote-modules option.

---
 clang/docs/APINotes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/docs/APINotes.rst b/clang/docs/APINotes.rst
index d20c4f9b5ba84..e5ec154237b0d 100644
--- a/clang/docs/APINotes.rst
+++ b/clang/docs/APINotes.rst
@@ -42,7 +42,7 @@ PrivateHeaders directory as well, though it does not need an 
additional
 "_private" suffix on its name.
 
 Clang will search for API notes files next to module maps only when passed the
-``-fapi-notes-modules`` option.
+``-fapinotes-modules`` option.
 
 
 Limitations

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to