summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2011-08-30 07:23:29 +0000
committerJames Molloy <james.molloy@arm.com>2011-08-30 07:23:29 +0000
commitafaf80a13ba43447f8a335ad1224917101fb7a79 (patch)
tree706c68d9e50731271cfd9fdaf54e5b54cd00968d /lib/Target/Mips/MCTargetDesc
parent3daa5c29d444a759a0c60656d1aaf2579e5e447c (diff)
downloadllvm-afaf80a13ba43447f8a335ad1224917101fb7a79.tar.gz
llvm-afaf80a13ba43447f8a335ad1224917101fb7a79.tar.bz2
llvm-afaf80a13ba43447f8a335ad1224917101fb7a79.tar.xz
Fix typo in MipsMCTargetDesc.h; Patch supplied by Liu (proljc@gmail.com)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138796 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MCTargetDesc')
-rw-r--r--lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h b/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
index 3d18f114c8..760cfcbfdb 100644
--- a/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
+++ b/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
@@ -1,4 +1,4 @@
-//===-- AlphaMCTargetDesc.h - Alpha Target Descriptions ---------*- C++ -*-===//
+//===-- MipsMCTargetDesc.h - Mips Target Descriptions -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,12 +7,12 @@
//
//===----------------------------------------------------------------------===//
//
-// This file provides Alpha specific target descriptions.
+// This file provides Mips specific target descriptions.
//
//===----------------------------------------------------------------------===//
-#ifndef ALPHAMCTARGETDESC_H
-#define ALPHAMCTARGETDESC_H
+#ifndef MIPSMCTARGETDESC_H
+#define MIPSMCTARGETDESC_H
namespace llvm {
class MCSubtargetInfo;