r257085 - Correcting the comment in a header file; NFC.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 7 11:00:55 PST 2016
Author: aaronballman
Date: Thu Jan 7 13:00:54 2016
New Revision: 257085
URL: http://llvm.org/viewvc/llvm-project?rev=257085&view=rev
Log:
Correcting the comment in a header file; NFC.
Modified:
cfe/trunk/include/clang/AST/BuiltinTypes.def
Modified: cfe/trunk/include/clang/AST/BuiltinTypes.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/BuiltinTypes.def?rev=257085&r1=257084&r2=257085&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/BuiltinTypes.def (original)
+++ cfe/trunk/include/clang/AST/BuiltinTypes.def Thu Jan 7 13:00:54 2016
@@ -1,4 +1,4 @@
-//===-- BuiltinTypeNodes.def - Metadata about BuiltinTypes ------*- C++ -*-===//
+//===-- BuiltinTypes.def - Metadata about BuiltinTypes ----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the cfe-commits
mailing list