r239727 - Fix spelling in comment.
Douglas Katzman
dougk at google.com
Mon Jun 15 06:46:40 PDT 2015
Author: dougk
Date: Mon Jun 15 08:46:40 2015
New Revision: 239727
URL: http://llvm.org/viewvc/llvm-project?rev=239727&view=rev
Log:
Fix spelling in comment.
Modified:
cfe/trunk/include/clang/AST/DeclCXX.h
Modified: cfe/trunk/include/clang/AST/DeclCXX.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclCXX.h?rev=239727&r1=239726&r2=239727&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclCXX.h (original)
+++ cfe/trunk/include/clang/AST/DeclCXX.h Mon Jun 15 08:46:40 2015
@@ -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;
More information about the cfe-commits
mailing list