From 246689923322583d35ca48a6e4a2cdec56de7644 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 8 Jun 2016 12:33:18 +0000 Subject: [PATCH] Correcting a typo in a comment; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272136 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/TypeLocBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sema/TypeLocBuilder.h b/lib/Sema/TypeLocBuilder.h index 82844b3914..3828218597 100644 --- a/lib/Sema/TypeLocBuilder.h +++ b/lib/Sema/TypeLocBuilder.h @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This files defines TypeLocBuilder, a class for building TypeLocs +// This file defines TypeLocBuilder, a class for building TypeLocs // bottom-up. // //===----------------------------------------------------------------------===// -- 2.40.0