From: Richard Smith Date: Fri, 27 Jul 2018 18:06:54 +0000 (+0000) Subject: Fix typos in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=107f2b748033f442cead2ccfe343269d6b1fe1a4;p=clang Fix typos in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338141 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/TypeLoc.h b/include/clang/AST/TypeLoc.h index 73909e50ff..25cd014efe 100644 --- a/include/clang/AST/TypeLoc.h +++ b/include/clang/AST/TypeLoc.h @@ -93,8 +93,8 @@ public: } /// Convert to the specified TypeLoc type, returning a null TypeLoc if - /// this TypeLock is not of the desired type. It will consider type - /// adjustments from a type that wad written as a T to another type that is + /// this TypeLoc is not of the desired type. It will consider type + /// adjustments from a type that was written as a T to another type that is /// still canonically a T (ignores parens, attributes, elaborated types, etc). template T getAsAdjusted() const;