[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:54:34 PDT 2025
https://github.com/rjmansfield updated https://github.com/llvm/llvm-project/pull/145907
>From 2169f591ce978948cc5bed80017a056d1f66af5a 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 -fapinotes-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