Fix comment typo

This commit is contained in:
Andrew M. Kuchling 2006-04-22 01:58:40 +00:00
parent 3ccdb6ab36
commit 6ce35a9691
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* It's a dict-like data structure that works best when accesses are not
* random, but follow a strong pattern. The one implemented here is for
* accesses patterns where the same small set of keys is looked up over
* access patterns where the same small set of keys is looked up over
* and over again, and this set of keys evolves slowly over time.
*/