r197540 - ObjectiveC. typo fix in my last patch,

Jordan Rose jordan_rose at apple.com
Tue Dec 17 17:27:06 PST 2013


On Dec 17, 2013, at 16:52, Fariborz Jahanian <fjahanian at apple.com> wrote:

> def warn_dealloc_in_category : Warning<
> -"decalloc is being overridden in category">,
> +"-dealloc in a category is being overridden">,

Aack, sorry...this doesn't make sense. I was going for "-dealloc is being overridden in a category" or "'-dealloc' is being overridden in a category". "-dealloc in a category is overridden" implies that the original -dealloc is in a category, not the new one.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131217/61302145/attachment.html>


More information about the cfe-commits mailing list