]> granicus.if.org Git - python/commitdiff
Fix comment typo
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 22 Apr 2006 01:58:40 +0000 (01:58 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 22 Apr 2006 01:58:40 +0000 (01:58 +0000)
Modules/rotatingtree.h

index 97cc8e8bf7028d1765494e5b8cbefbc6bd10d865..3aa0986b49aa9a7c37a6328250a1c03b8ef196ca 100644 (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.
  */