From cccb2875a64d5061a1cf126f009bf9f55db6dcc6 Mon Sep 17 00:00:00 2001 From: Thomas Fransham Date: Wed, 9 Oct 2024 06:13:33 +0100 Subject: [PATCH] suggested comment changes Co-authored-by: Aaron Ballman --- clang/include/clang/Support/Compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Support/Compiler.h b/clang/include/clang/Support/Compiler.h index a2a8ca1ac962b3..da820eeb520d51 100644 --- a/clang/include/clang/Support/Compiler.h +++ b/clang/include/clang/Support/Compiler.h @@ -18,7 +18,7 @@ /// CLANG_ABI is the main export/visibility macro to mark something as /// explicitly exported when clang is built as a shared library with everything -/// else that is unannotated will have internal visibility. +/// else that is unannotated having internal visibility. /// /// CLANG_EXPORT_TEMPLATE is used on explicit template instantiations in source /// files that were declared extern in a header. This macro is only set as a