summaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains/BareMetal.cpp
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-03-01 06:49:51 +0000
committerFangrui Song <maskray@google.com>2019-03-01 06:49:51 +0000
commit0761773157ae8899adffc796ab1b75fa9818b682 (patch)
tree8498c3963d47fbaa3a900f33bc6621aeee95aa33 /lib/Driver/ToolChains/BareMetal.cpp
parent7d9eac6700539394087d9dce203853d1d0aa4cd1 (diff)
downloadclang-0761773157ae8899adffc796ab1b75fa9818b682.tar.gz
Fix file headers. NFC
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355176 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/ToolChains/BareMetal.cpp')
-rw-r--r--lib/Driver/ToolChains/BareMetal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/ToolChains/BareMetal.cpp b/lib/Driver/ToolChains/BareMetal.cpp
index 9dbda69b37..1544727050 100644
--- a/lib/Driver/ToolChains/BareMetal.cpp
+++ b/lib/Driver/ToolChains/BareMetal.cpp
@@ -1,4 +1,4 @@
-//===--- BaremMetal.cpp - Bare Metal ToolChain ------------------*- C++ -*-===//
+//===-- BareMetal.cpp - Bare Metal ToolChain --------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.