]> granicus.if.org Git - clang/commitdiff
Fix typo
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 6 Sep 2011 02:08:36 +0000 (02:08 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 6 Sep 2011 02:08:36 +0000 (02:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139128 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Decl.h

index 934f20ff4320451448f11d08b869d59dd4ab15ab..4cb72183690da6e5f88e57ae65cd734d3525c818 100644 (file)
@@ -1965,7 +1965,7 @@ public:
   /// specialization or a member of a class template specialization.
   ///
   /// \returns the first point of instantiation, if this function was 
-  /// instantiated from a template; otherwie, returns an invalid source 
+  /// instantiated from a template; otherwise, returns an invalid source 
   /// location.
   SourceLocation getPointOfInstantiation() const;