[clang] [clang][docs] Fix typo in -fapinote-modules option. (PR #145907)

Ryan Mansfield via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 26 07:50:41 PDT 2025


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_mansfield at 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



More information about the cfe-commits mailing list