aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2018-03-15 08:26:58 +0000
committerAlexander Kornienko <alexfh@google.com>2018-03-15 08:26:58 +0000
commit8c06718c3910e60534bb55dd0a521a882cee7ce1 (patch)
tree3d431332beadfe2de16e2f1cfb2915ef05efd4ce /clang-tidy/bugprone
parentfc57df48ad041ecc99a9ada48b7905aef497b802 (diff)
Fixed filename in a comment. NFC
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@327609 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang-tidy/bugprone')
-rw-r--r--clang-tidy/bugprone/IncorrectRoundingsCheck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tidy/bugprone/IncorrectRoundingsCheck.h b/clang-tidy/bugprone/IncorrectRoundingsCheck.h
index 9a88e211..b1886fd8 100644
--- a/clang-tidy/bugprone/IncorrectRoundingsCheck.h
+++ b/clang-tidy/bugprone/IncorrectRoundingsCheck.h
@@ -1,4 +1,4 @@
-//===--- IncorrectRoundingsCheckCheck.h - clang-tidy -----------------*- C++ -*-===//
+//===--- IncorrectRoundingsCheck.h - clang-tidy -----------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//