From: Peter Collingbourne Date: Tue, 6 Sep 2011 02:08:36 +0000 (+0000) Subject: Fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edc41e163c8f8d0cc69a3fc017beba14262af316;p=clang Fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139128 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index 934f20ff43..4cb7218369 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -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;