Fix typo in MipsMCTargetDesc.h; Patch supplied by Liu (proljc@gmail.com)
authorJames Molloy <james.molloy@arm.com>
Tue, 30 Aug 2011 07:23:29 +0000 (07:23 +0000)
committerJames Molloy <james.molloy@arm.com>
Tue, 30 Aug 2011 07:23:29 +0000 (07:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138796 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h

index 3d18f114c8bd046d179d7225212000cd2d346696..760cfcbfdb0ba07c46630b8496c48f2121a82281 100644 (file)
@@ -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;