aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-02-07 14:38:25 +0000
committerFangrui Song <maskray@google.com>2019-02-07 14:38:25 +0000
commitaae528ec39e1d5cb6da9794e349737c1a8df4472 (patch)
treec72a5cec8226cc96da4b492693a051ddde0ab29b /include/llvm/CodeGen
parentd0c143de76255379185e6741c8106355d61c4142 (diff)
downloadllvm-aae528ec39e1d5cb6da9794e349737c1a8df4472.tar.gz
Fix misspelled filenames in file headers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353408 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/MIRYamlMapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MIRYamlMapping.h b/include/llvm/CodeGen/MIRYamlMapping.h
index 58cbcebe487..b600ec92e18 100644
--- a/include/llvm/CodeGen/MIRYamlMapping.h
+++ b/include/llvm/CodeGen/MIRYamlMapping.h
@@ -1,4 +1,4 @@
-//===- MIRYAMLMapping.h - Describes the mapping between MIR and YAML ------===//
+//===- MIRYamlMapping.h - Describes the mapping between MIR and YAML ------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.