From 86b6cfd7888accb3e65e648d2ad0cf9f61d2cd3e Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Thu, 7 Jan 2016 19:00:54 +0000 Subject: [PATCH] Correcting the comment in a header file; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257085 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/BuiltinTypes.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/BuiltinTypes.def b/include/clang/AST/BuiltinTypes.def index 85e237a2bf..a08a683902 100644 --- a/include/clang/AST/BuiltinTypes.def +++ b/include/clang/AST/BuiltinTypes.def @@ -1,4 +1,4 @@ -//===-- BuiltinTypeNodes.def - Metadata about BuiltinTypes ------*- C++ -*-===// +//===-- BuiltinTypes.def - Metadata about BuiltinTypes ----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // -- 2.50.1