mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix trivial typo in comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39115 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f8a6a45133
commit
f341ff0528
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue