Typo
authorFrancois Pichet <pichet2000@gmail.com>
Sun, 24 Feb 2013 12:34:13 +0000 (12:34 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Sun, 24 Feb 2013 12:34:13 +0000 (12:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175991 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64InstrFormats.td

index 8cb770ea7f8f4c02defb103bfebec59d17f40a46..cb93471058df4cf685fbd3264d2d560f11fb5a61 100644 (file)
@@ -21,7 +21,7 @@ class A64Inst<dag outs, dag ins, string asmstr, list<dag> patterns,
               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;