[llvm] r238807 - Fix typo in comment. NFC

Craig Topper craig.topper at gmail.com
Mon Jun 1 23:19:26 PDT 2015


Author: ctopper
Date: Tue Jun  2 01:19:25 2015
New Revision: 238807

URL: http://llvm.org/viewvc/llvm-project?rev=238807&view=rev
Log:
Fix typo in comment. NFC

Modified:
    llvm/trunk/include/llvm/TableGen/Record.h

Modified: llvm/trunk/include/llvm/TableGen/Record.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/TableGen/Record.h?rev=238807&r1=238806&r2=238807&view=diff
==============================================================================
--- llvm/trunk/include/llvm/TableGen/Record.h (original)
+++ llvm/trunk/include/llvm/TableGen/Record.h Tue Jun  2 01:19:25 2015
@@ -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;





More information about the llvm-commits mailing list