[llvm] r314709 - Fix two header comments. NFC.
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 12:48:28 PDT 2017
Author: hans
Date: Mon Oct 2 12:48:28 2017
New Revision: 314709
URL: http://llvm.org/viewvc/llvm-project?rev=314709&view=rev
Log:
Fix two header comments. NFC.
Modified:
llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewTypes.def
Modified: llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def?rev=314709&r1=314708&r2=314709&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def (original)
+++ llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def Mon Oct 2 12:48:28 2017
@@ -1,4 +1,4 @@
-//===-- CVLeafTypes.def - All CodeView leaf types ---------------*- C++ -*-===//
+//===-- CodeViewSymbols.def - All CodeView leaf types -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Modified: llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewTypes.def
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewTypes.def?rev=314709&r1=314708&r2=314709&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewTypes.def (original)
+++ llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewTypes.def Mon Oct 2 12:48:28 2017
@@ -1,5 +1,4 @@
-
-//===-- CVLeafTypes.def - All CodeView leaf types ---------------*- C++ -*-===//
+//===-- CodeViewTypes.def - All CodeView leaf types -------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list