]> granicus.if.org Git - clang/commitdiff
fix spello
authorNico Weber <nicolasweber@gmx.de>
Sat, 9 Aug 2008 22:12:22 +0000 (22:12 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 9 Aug 2008 22:12:22 +0000 (22:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54594 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/IdentifierTable.h

index ad80a930edc06eb1389a54b274364b0c0701bbd4..48d8fa5f96725e3a03ec4b5c9e0bdcb565393e6b 100644 (file)
@@ -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 {