From 56a6d855e2b93b0eb39a3b291ef43b2d03c5e986 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Mon, 1 Dec 2014 18:28:43 +0200 Subject: Removed duplicated words in in comments and docs. --- Modules/_tracemalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/_tracemalloc.c') diff --git a/Modules/_tracemalloc.c b/Modules/_tracemalloc.c index 780e8eda82..bbe7259959 100644 --- a/Modules/_tracemalloc.c +++ b/Modules/_tracemalloc.c @@ -104,7 +104,7 @@ static size_t tracemalloc_traced_memory = 0; Protected by TABLES_LOCK(). */ static size_t tracemalloc_peak_traced_memory = 0; -/* Hash table used as a set to to intern filenames: +/* Hash table used as a set to intern filenames: PyObject* => PyObject*. Protected by the GIL */ static _Py_hashtable_t *tracemalloc_filenames = NULL; -- cgit v1.2.1