Skip to content

Commit cb37b38

Browse files
authored
Fix typo in comment about MSVC sret convention
The comment mis-spelled the word convention with convetion.
1 parent 5305a53 commit cb37b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenCXX/homogeneous-aggregates.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ struct NotPod {
126126
NotCXX14Aggregate x;
127127
};
128128
struct Empty {};
129-
// A class with a base is returned using the sret calling convetion by MSVC.
129+
// A class with a base is returned using the sret calling convention by MSVC.
130130
struct HasEmptyBase : public Empty {
131131
double b[2];
132132
};

0 commit comments

Comments
 (0)