From f45aee1665e0071460fe25cd8840f9e136b267fb Mon Sep 17 00:00:00 2001 From: rfm Date: Sun, 1 Nov 2015 23:37:11 +0000 Subject: [PATCH] fix trivial typo in comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39115 72102866-910b-0410-8b05-ffd578937521 --- Source/NSCharacterSet.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSCharacterSet.m b/Source/NSCharacterSet.m index 935a7621a..fa4555760 100644 --- a/Source/NSCharacterSet.m +++ b/Source/NSCharacterSet.m @@ -40,7 +40,7 @@ #import "Foundation/NSCharacterSet.h" #import "Foundation/NSData.h" -/* Using and index set to hold a characterset is more space efficient but +/* Using an index set to hold a characterset is more space efficient but * on the intel core-2 system I benchmarked on, it made my applications * about 20% slower. * It only makes sense to build base to use index charactersets on machines