Fix typo in comment. NFC
authorCraig Topper <craig.topper@gmail.com>
Tue, 2 Jun 2015 06:19:25 +0000 (06:19 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 2 Jun 2015 06:19:25 +0000 (06:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238807 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/TableGen/Record.h

index d775ddc3cba0dc3a0b1267525eff00cb1236c32b..ba46556ce39d8aa042e8697dc958cce4700cd0b5 100644 (file)
@@ -1177,7 +1177,7 @@ class Record {
   //     def Def : Class<Struct<i>>;
   //
   // 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;