summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
diff options
context:
space:
mode:
authorAaron Smith <aaron.smith@microsoft.com>2017-11-16 13:42:28 +0000
committerAaron Smith <aaron.smith@microsoft.com>2017-11-16 13:42:28 +0000
commit91c5da30a539cf10068dd6a3555b7632ad453762 (patch)
tree86f3e992b8fe2136c7ee6eaf2987b6b85a3f9bbb /lib/DebugInfo
parent7e2aba3d0d26d26fb520780b278cc65800595411 (diff)
Test commit. Add a missing dash to the standard llvm file header; NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318400 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo')
-rw-r--r--lib/DebugInfo/PDB/Native/GlobalsStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DebugInfo/PDB/Native/GlobalsStream.cpp b/lib/DebugInfo/PDB/Native/GlobalsStream.cpp
index 97bbbebd575..36076f436ad 100644
--- a/lib/DebugInfo/PDB/Native/GlobalsStream.cpp
+++ b/lib/DebugInfo/PDB/Native/GlobalsStream.cpp
@@ -1,4 +1,4 @@
-//===- GlobalsStream.cpp - PDB Index of Symbols by Name ---- ----*- C++ -*-===//
+//===- GlobalsStream.cpp - PDB Index of Symbols by Name ---------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//