From 0e7bbb11220a761fd999440b9bba3d30cac35095 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Wed, 24 Jul 2019 07:57:25 +0000 Subject: [PATCH] [clangd] Update a stale comment, NFC. llvm-svn: 366875 --- clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp b/clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp index 46ed334..d14cd0f 100644 --- a/clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp +++ b/clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp @@ -1,4 +1,4 @@ -//===--- ReplaceAutoType.cpp -------------------------------------*- C++-*-===// +//===--- ExpandAutoType.cpp --------------------------------------*- C++-*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. -- 2.7.4