[clang-tools-extra] r328149 - [clangd][nfc] Correct header name in comment

Jan Korous via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 21 14:04:10 PDT 2018


Author: jkorous
Date: Wed Mar 21 14:04:10 2018
New Revision: 328149

URL: http://llvm.org/viewvc/llvm-project?rev=328149&view=rev
Log:
[clangd][nfc] Correct header name in comment

Modified:
    clang-tools-extra/trunk/clangd/index/Index.h

Modified: clang-tools-extra/trunk/clangd/index/Index.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/index/Index.h?rev=328149&r1=328148&r2=328149&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/index/Index.h (original)
+++ clang-tools-extra/trunk/clangd/index/Index.h Wed Mar 21 14:04:10 2018
@@ -1,4 +1,4 @@
-//===--- Symbol.h -----------------------------------------------*- C++-*-===//
+//===--- Index.h ------------------------------------------------*- C++-*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //




More information about the cfe-commits mailing list