[llvm] r274078 - [Diag] Fix file comment

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 16:06:40 PDT 2016


Author: anemet
Date: Tue Jun 28 18:06:39 2016
New Revision: 274078

URL: http://llvm.org/viewvc/llvm-project?rev=274078&view=rev
Log:
[Diag] Fix file comment

Modified:
    llvm/trunk/include/llvm/IR/DiagnosticInfo.h

Modified: llvm/trunk/include/llvm/IR/DiagnosticInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/DiagnosticInfo.h?rev=274078&r1=274077&r2=274078&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DiagnosticInfo.h (original)
+++ llvm/trunk/include/llvm/IR/DiagnosticInfo.h Tue Jun 28 18:06:39 2016
@@ -1,4 +1,4 @@
-//===- llvm/Support/DiagnosticInfo.h - Diagnostic Declaration ---*- C++ -*-===//
+//===- llvm/IR/DiagnosticInfo.h - Diagnostic Declaration --------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //




More information about the llvm-commits mailing list