Fix typos in comment.

llvm-svn: 338141
This commit is contained in:
Richard Smith 2018-07-27 18:06:54 +00:00
parent 42b76e8232
commit 032a0b9f37
1 changed files with 2 additions and 2 deletions

View File

@ -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 <typename T>
T getAsAdjusted() const;