[cfe-commits] r129626 - in /cfe/trunk/lib/CodeGen: CGDebugInfo.cpp CGDebugInfo.h
Devang Patel
dpatel at apple.com
Mon Apr 18 10:35:23 PDT 2011
On Apr 16, 2011, at 12:57 AM, Frits van Bommel wrote:
> On Sat, Apr 16, 2011 at 2:37 AM, Devang Patel <dpatel at apple.com> wrote:
>> +/// getSelectporName - Return selector name. This is used for debugging
>> +/// info.
>> +llvm::StringRef CGDebugInfo::getSelectorName(Selector S) {
>
> You typo'd the method name in the comment (also in the header).
Indeed. Thanks for catching this.
FIxed in r129703
-
Devang
More information about the cfe-commits
mailing list