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)
llvm-svn: 239727

clang/include/clang/AST/DeclCXX.h

index 537ad46..08451c0 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;