Skip to content

Commit a881dc1

Browse files
committed
Fix typo
1 parent beda9d0 commit a881dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/TargetInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8353,7 +8353,7 @@ class AMDGPUABIInfo final : public DefaultABIInfo {
83538353
EltTys, (STy->getName() + ".coerce").str(), STy->isPacked());
83548354
return llvm::StructType::get(getVMContext(), EltTys, STy->isPacked());
83558355
}
8356-
// Arrary types.
8356+
// Array types.
83578357
if (auto ATy = dyn_cast<llvm::ArrayType>(Ty)) {
83588358
auto T = ATy->getElementType();
83598359
auto NT = coerceKernelArgumentType(T, FromAS, ToAS);

0 commit comments

Comments
 (0)