Skip to content

Conversation

@trcrsired
Copy link
Contributor

The comment mis-spelled the word convention with convetion.

The comment mis-spelled the word convention with convetion.
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Nov 15, 2025
@llvmbot
Copy link
Member

llvmbot commented Nov 15, 2025

@llvm/pr-subscribers-clang

Author: cqwrteur (trcrsired)

Changes

The comment mis-spelled the word convention with convetion.


Full diff: https://github.com/llvm/llvm-project/pull/168162.diff

1 Files Affected:

  • (modified) clang/test/CodeGenCXX/homogeneous-aggregates.cpp (+1-1)
diff --git a/clang/test/CodeGenCXX/homogeneous-aggregates.cpp b/clang/test/CodeGenCXX/homogeneous-aggregates.cpp
index 5ebeb8aad4c18..bc083a9d1f81b 100644
--- a/clang/test/CodeGenCXX/homogeneous-aggregates.cpp
+++ b/clang/test/CodeGenCXX/homogeneous-aggregates.cpp
@@ -126,7 +126,7 @@ struct NotPod {
   NotCXX14Aggregate x;
 };
 struct Empty {};
-// A class with a base is returned using the sret calling convetion by MSVC.
+// A class with a base is returned using the sret calling convention by MSVC.
 struct HasEmptyBase : public Empty {
   double b[2];
 };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clang Clang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants