mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typo.
This commit is contained in:
parent
bd3bc4dc4c
commit
2c98a7bbc6
1 changed files with 1 additions and 1 deletions
|
@ -1080,7 +1080,7 @@ new_mmap_object(PyObject *self, PyObject *args, PyObject *kwdict)
|
|||
|
||||
m_obj->access = (access_mode)access;
|
||||
/* DWORD is a 4-byte int. If we're on a box where size_t consumes
|
||||
* more then 4 bytes, we need to break it apart. Else (size_t
|
||||
* more than 4 bytes, we need to break it apart. Else (size_t
|
||||
* consumes 4 bytes), C doesn't define what happens if we shift
|
||||
* right by 32, so we need different code.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue