aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thornburgh <dthorn@google.com>2025-07-22 15:01:56 -0700
committerDaniel Thornburgh <dthorn@google.com>2025-09-02 15:25:07 -0700
commit3ed12cdd97660ea871d30a3b43aff1caaad217bb (patch)
tree4a197a6bd9977331cf8bdc2f4ae3abfa184dd608
parentaaeb8a95da15d411e9cf730cbfa8654273c0b7c1 (diff)
downloadllvm-users/mysterymath/modular-printf/clang.zip
llvm-users/mysterymath/modular-printf/clang.tar.gz
llvm-users/mysterymath/modular-printf/clang.tar.bz2
-rw-r--r--clang/include/clang/Basic/AttrDocs.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index a30935d..e2b910c0 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -9618,10 +9618,10 @@ function).
The second argument is a implementation name, and the remaining arguments are
aspects of the format string for the compiler to report. If the compiler does
-not understand a aspect, it must summarily report that the format string has
+not understand an aspect, it must summarily report that the format string has
that aspect.
-The compiler reports an aspect by issing a relocation for the symbol
+The compiler reports an aspect by issuing a relocation for the symbol
``<impl_name>_<aspect>``. This arranges for code and data needed to support the
aspect of the implementation to be brought into the link to satisfy weak
references in the modular implemenation function.