[cfe-commits] r54594 - /cfe/trunk/include/clang/Basic/IdentifierTable.h
Nico Weber
nicolasweber at gmx.de
Sat Aug 9 15:12:22 PDT 2008
Author: nico
Date: Sat Aug 9 17:12:22 2008
New Revision: 54594
URL: http://llvm.org/viewvc/llvm-project?rev=54594&view=rev
Log:
fix spello
Modified:
cfe/trunk/include/clang/Basic/IdentifierTable.h
Modified: cfe/trunk/include/clang/Basic/IdentifierTable.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/IdentifierTable.h?rev=54594&r1=54593&r2=54594&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/IdentifierTable.h (original)
+++ cfe/trunk/include/clang/Basic/IdentifierTable.h Sat Aug 9 17:12:22 2008
@@ -203,7 +203,7 @@
/// 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 {
More information about the cfe-commits
mailing list