Issue #18593: fix typo in comment

This commit is contained in:
Eli Bendersky 2013-07-30 06:13:01 -07:00
commit 580373c469

View file

@ -21,7 +21,7 @@ from multiprocessing.forking import assert_spawning
__all__ = ['BufferWrapper']
#
# Inheirtable class which wraps an mmap, and from which blocks can be allocated
# Inheritable class which wraps an mmap, and from which blocks can be allocated
#
if sys.platform == 'win32':