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]; };