[clang-tools-extra] r327609 - Fixed filename in a comment. NFC
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 15 01:26:58 PDT 2018
Author: alexfh
Date: Thu Mar 15 01:26:58 2018
New Revision: 327609
URL: http://llvm.org/viewvc/llvm-project?rev=327609&view=rev
Log:
Fixed filename in a comment. NFC
Modified:
clang-tools-extra/trunk/clang-tidy/bugprone/IncorrectRoundingsCheck.h
Modified: clang-tools-extra/trunk/clang-tidy/bugprone/IncorrectRoundingsCheck.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/bugprone/IncorrectRoundingsCheck.h?rev=327609&r1=327608&r2=327609&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/bugprone/IncorrectRoundingsCheck.h (original)
+++ clang-tools-extra/trunk/clang-tidy/bugprone/IncorrectRoundingsCheck.h Thu Mar 15 01:26:58 2018
@@ -1,4 +1,4 @@
-//===--- IncorrectRoundingsCheckCheck.h - clang-tidy -----------------*- C++ -*-===//
+//===--- IncorrectRoundingsCheck.h - clang-tidy -----------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the cfe-commits
mailing list