From: Douglas Katzman Date: Mon, 15 Jun 2015 13:46:40 +0000 (+0000) Subject: Fix spelling in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7377947fc15337d49970c772042546a3884d4d8;p=clang Fix spelling in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239727 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclCXX.h b/include/clang/AST/DeclCXX.h index 537ad4640c..08451c051b 100644 --- a/include/clang/AST/DeclCXX.h +++ b/include/clang/AST/DeclCXX.h @@ -1440,7 +1440,7 @@ public: /// /// \returns true if this class is derived from \p Base, false otherwise. /// - /// \todo add a separate paramaeter to configure IsDerivedFrom, rather than + /// \todo add a separate parameter to configure IsDerivedFrom, rather than /// tangling input and output in \p Paths bool isDerivedFrom(const CXXRecordDecl *Base, CXXBasePaths &Paths) const;