From c5b5eea1fd3d08d45f61c335e2d083e2aeede0f6 Mon Sep 17 00:00:00 2001 From: Vasileios Kalintiris Date: Thu, 16 Jun 2016 14:25:13 +0000 Subject: [PATCH] [mips] Fix small typo. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272895 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/MipsFastISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/Mips/MipsFastISel.cpp b/lib/Target/Mips/MipsFastISel.cpp index afcf5f8bd80..946949a4310 100644 --- a/lib/Target/Mips/MipsFastISel.cpp +++ b/lib/Target/Mips/MipsFastISel.cpp @@ -1,4 +1,4 @@ -//===-- MipsastISel.cpp - Mips FastISel implementation --------------------===// +//===-- MipsFastISel.cpp - Mips FastISel implementation --------------------===// // // The LLVM Compiler Infrastructure // -- 2.11.0