From: Nico Weber Date: Sat, 9 Aug 2008 22:12:22 +0000 (+0000) Subject: fix spello X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dee8ecc93825062eb441bfeb7a338d3f2c5ea3f0;p=clang fix spello git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54594 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/IdentifierTable.h b/include/clang/Basic/IdentifierTable.h index ad80a930ed..48d8fa5f96 100644 --- a/include/clang/Basic/IdentifierTable.h +++ b/include/clang/Basic/IdentifierTable.h @@ -203,7 +203,7 @@ private: /// Selector - This smart pointer class efficiently represents Objective-C /// method names. This class will either point to an IdentifierInfo or a /// MultiKeywordSelector (which is private). This enables us to optimize -/// selectors that no arguments and selectors that take 1 argument, which +/// selectors that take no arguments and selectors that take 1 argument, which /// accounts for 78% of all selectors in Cocoa.h. class Selector { enum IdentifierInfoFlag {