From: Andrew M. Kuchling Date: Sat, 22 Apr 2006 01:58:40 +0000 (+0000) Subject: Fix comment typo X-Git-Tag: v2.5a2~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ce35a9691404351966c003c7deb161e14c13af2;p=python Fix comment typo --- diff --git a/Modules/rotatingtree.h b/Modules/rotatingtree.h index 97cc8e8bf7..3aa0986b49 100644 --- a/Modules/rotatingtree.h +++ b/Modules/rotatingtree.h @@ -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. */