diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-08-05 19:21:58 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-08-05 19:21:58 +0000 |
commit | 44b83eea308ef3ea768ddff5cd69009b9d239340 (patch) | |
tree | d47eb32adebe2e78fe30652778e13f7db32548ec /clang/lib/Analysis/CFRefCount.cpp | |
parent | 1de1897bf09bfca873cdacd753c788056d753655 (diff) | |
download | bcm5719-llvm-44b83eea308ef3ea768ddff5cd69009b9d239340.tar.gz bcm5719-llvm-44b83eea308ef3ea768ddff5cd69009b9d239340.zip |
Get rid of "smart" quotes. Per report on cfe-dev.
llvm-svn: 78230
Diffstat (limited to 'clang/lib/Analysis/CFRefCount.cpp')
-rw-r--r-- | clang/lib/Analysis/CFRefCount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/CFRefCount.cpp b/clang/lib/Analysis/CFRefCount.cpp index eb15644edd6..23482ca4afd 100644 --- a/clang/lib/Analysis/CFRefCount.cpp +++ b/clang/lib/Analysis/CFRefCount.cpp @@ -44,7 +44,7 @@ using namespace clang; // MemoryMgmt/Tasks/MemoryManagementRules.html // // "You take ownership of an object if you create it using a method whose name -// begins with “alloc” or “new” or contains “copy” (for example, alloc, +// begins with "alloc" or "new" or contains "copy" (for example, alloc, // newObject, or mutableCopy), or if you send it a retain message. You are // responsible for relinquishing ownership of objects you own using release // or autorelease. Any other time you receive an object, you must |