summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips
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
commit8c54533f99c97e4548d1e7b11041abd85a4be971 (patch)
tree0c6686d33672ad648605d84f3ff4b41607ffd726 /llvm/lib/Target/Mips
parent4f2fba110836e18f089f4825402b088ef48c30bb (diff)
downloadbcm5719-llvm-8c54533f99c97e4548d1e7b11041abd85a4be971.tar.gz
bcm5719-llvm-8c54533f99c97e4548d1e7b11041abd85a4be971.zip
Fix typo in MipsMCTargetDesc.h; Patch supplied by Liu (proljc@gmail.com)
llvm-svn: 138796
Diffstat (limited to 'llvm/lib/Target/Mips')
-rw-r--r--llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h b/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
index 3d18f114c8b..760cfcbfdb0 100644
--- a/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud