diff --git a/include/llvm/TableGen/Record.h b/include/llvm/TableGen/Record.h index d775ddc3cba..ba46556ce39 100644 --- a/include/llvm/TableGen/Record.h +++ b/include/llvm/TableGen/Record.h @@ -1177,7 +1177,7 @@ class Record { // def Def : Class>; // // These need to get fully resolved before instantiating any other - // definitions that usie them (e.g. Def). However, inside a multiclass they + // definitions that use them (e.g. Def). However, inside a multiclass they // can't be immediately resolved so we mark them ResolveFirst to fully // resolve them later as soon as the multiclass is instantiated. bool ResolveFirst;