summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-02-06 21:15:34 +0000
committerTed Kremenek <kremenek@apple.com>2009-02-06 21:15:34 +0000
commitb586c293c8282d935f56a2f66debffcf9391d1ab (patch)
tree85d6f504940fb900ba34190519f7986ee118f22c
parent6b7cd6e5f445ea1708780e2f9aae264a621236ba (diff)
downloadbcm5719-llvm-b586c293c8282d935f56a2f66debffcf9391d1ab.tar.gz
bcm5719-llvm-b586c293c8282d935f56a2f66debffcf9391d1ab.zip
Update comment.
llvm-svn: 63961
-rw-r--r--clang/include/clang/AST/ASTContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/AST/ASTContext.h b/clang/include/clang/AST/ASTContext.h
index 183af3487ac..7198332b29a 100644
--- a/clang/include/clang/AST/ASTContext.h
+++ b/clang/include/clang/AST/ASTContext.h
@@ -611,7 +611,7 @@ private:
/// @endcode
/// Please note that you cannot use delete on the pointer; it must be
/// deallocated using an explicit destructor call followed by
-/// @c Context.getAllocator().Deallocate(Ptr)
+/// @c Context.Deallocate(Ptr).
///
/// @param Bytes The number of bytes to allocate. Calculated by the compiler.
/// @param C The ASTContext that provides the allocator.
@@ -645,7 +645,7 @@ inline void operator delete(void *Ptr, clang::ASTContext &C)
/// @endcode
/// Please note that you cannot use delete on the pointer; it must be
/// deallocated using an explicit destructor call followed by
-/// @c Context.getAllocator().Deallocate(Ptr)
+/// @c Context.Deallocate(Ptr).
///
/// @param Bytes The number of bytes to allocate. Calculated by the compiler.
/// @param C The ASTContext that provides the allocator.
OpenPOWER on IntegriCloud