[llvm] r175991 - Typo

Francois Pichet pichet2000 at gmail.com
Sun Feb 24 04:34:14 PST 2013


Author: fpichet
Date: Sun Feb 24 06:34:13 2013
New Revision: 175991

URL: http://llvm.org/viewvc/llvm-project?rev=175991&view=rev
Log:
Typo

Modified:
    llvm/trunk/lib/Target/AArch64/AArch64InstrFormats.td

Modified: llvm/trunk/lib/Target/AArch64/AArch64InstrFormats.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64InstrFormats.td?rev=175991&r1=175990&r2=175991&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64InstrFormats.td (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64InstrFormats.td Sun Feb 24 06:34:13 2013
@@ -21,7 +21,7 @@ class A64Inst<dag outs, dag ins, string
               InstrItinClass itin>
     : Instruction {
   // All A64 instructions are 32-bit. This field will be filled in
-  // graually going down the hierarchy.
+  // gradually going down the hierarchy.
   field bits<32> Inst;
 
   field bits<32> Unpredictable = 0;





More information about the llvm-commits mailing list