diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-09-24 23:04:25 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-09-24 23:04:25 +0000 |
commit | 7f8f3f7f6400291d30531c88a98511f9fc626b4c (patch) | |
tree | 0d4b2eb8ca97bfc8c5a32e74711e5ecbe558b9fa | |
parent | 2590c2e1e9e2f2a7f28672c10c2df55566238dfa (diff) |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164570 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/MC/MCInstrDesc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCInstrDesc.h b/include/llvm/MC/MCInstrDesc.h index dbf16d8700..02383f8bc6 100644 --- a/include/llvm/MC/MCInstrDesc.h +++ b/include/llvm/MC/MCInstrDesc.h @@ -1,4 +1,4 @@ -//===-- llvm/Mc/McInstrDesc.h - Instruction Descriptors -*- C++ -*-===// +//===-- llvm/MC/MCInstrDesc.h - Instruction Descriptors -*- C++ -*-===// // // The LLVM Compiler Infrastructure // |