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
This commit is contained in:
James Molloy
2011-08-30 07:23:29 +00:00
parent 3daa5c29d4
commit afaf80a13b

View 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;