[llvm] r267354 - Fix typo in comment. NFC
Nick Lewycky via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 24 10:55:57 PDT 2016
Author: nicholas
Date: Sun Apr 24 12:55:57 2016
New Revision: 267354
URL: http://llvm.org/viewvc/llvm-project?rev=267354&view=rev
Log:
Fix typo in comment. NFC
Modified:
llvm/trunk/lib/Target/AArch64/AArch64RegisterInfo.td
Modified: llvm/trunk/lib/Target/AArch64/AArch64RegisterInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64RegisterInfo.td?rev=267354&r1=267353&r2=267354&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64RegisterInfo.td (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64RegisterInfo.td Sun Apr 24 12:55:57 2016
@@ -1,4 +1,4 @@
-//=- AArch64RegisterInfo.td - Describe the AArch64 Regisers --*- tablegen -*-=//
+//=- AArch64RegisterInfo.td - Describe the AArch64 Registers -*- tablegen -*-=//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list