ci: fix new codespell errors

This commit is contained in:
Liam 2023-10-02 18:03:05 -04:00
parent ff57c66773
commit 0448eb6f0f
11 changed files with 11 additions and 11 deletions

View file

@ -55,7 +55,7 @@ void CompositeInsert(EmitContext& ctx, IR::Inst& inst, Register composite, Objec
"MOV.{} {}.{},{};",
type, ret, composite, type, ret, swizzle, object);
} else {
// The return value is alised so we can just insert the object, it doesn't matter if it's
// The return value is aliased so we can just insert the object, it doesn't matter if it's
// aliased
ctx.Add("MOV.{} {}.{},{};", type, ret, swizzle, object);
}