projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd3bc4d
)
Fix typo.
author
Thomas Wouters
<thomas@python.org>
Fri, 17 Feb 2006 09:59:00 +0000
(09:59 +0000)
committer
Thomas Wouters
<thomas@python.org>
Fri, 17 Feb 2006 09:59:00 +0000
(09:59 +0000)
Modules/mmapmodule.c
patch
|
blob
|
history
diff --git
a/Modules/mmapmodule.c
b/Modules/mmapmodule.c
index 51d6efa986cbb9e2dc6e8cc380f80b05005ed9db..8d1062bad2cf8c36bc92ee33fc37ceda13655fcd 100644
(file)
--- a/
Modules/mmapmodule.c
+++ b/
Modules/mmapmodule.c
@@
-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 th
e
n 4 bytes, we need to break it apart. Else (size_t
+ * more th
a
n 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.
*/