]> granicus.if.org Git - clang/commitdiff
Fix typos in comment.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Jul 2018 18:06:54 +0000 (18:06 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Jul 2018 18:06:54 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338141 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/TypeLoc.h

index 73909e50ff057a3080f3dbaf8e76f87f2659cfca..25cd014efe5f4c76d27e5d4f7cf7b34d085c83e5 100644 (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;