From: Aaron Ballman Date: Wed, 8 Jun 2016 12:33:18 +0000 (+0000) Subject: Correcting a typo in a comment; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=246689923322583d35ca48a6e4a2cdec56de7644;p=clang Correcting a typo in a comment; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272136 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. // //===----------------------------------------------------------------------===//