]> granicus.if.org Git - clang/commitdiff
Fix spelling in comment.
authorDouglas Katzman <dougk@google.com>
Mon, 15 Jun 2015 13:46:40 +0000 (13:46 +0000)
committerDouglas Katzman <dougk@google.com>
Mon, 15 Jun 2015 13:46:40 +0000 (13:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239727 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclCXX.h

index 537ad4640c24661246f7f8326ef50f2e1548f323..08451c051b571a47e1b505155ec0d29373955615 100644 (file)
@@ -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;