Address some of Doug's comments.

llvm-svn: 80114
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index 7a11a60..f7e3b67 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -1920,9 +1920,9 @@
                                                SourceLocation LParen,
                                                TypeTy *Ty,
                                                SourceLocation RParen);
-
+  
   virtual OwningExprResult
-  ActOnPseudoDtorReferenceExpr(Scope *S, ExprArg Base,
+  ActOnDestructorReferenceExpr(Scope *S, ExprArg Base,
                                SourceLocation OpLoc,
                                tok::TokenKind OpKind,
                                SourceLocation ClassNameLoc,