mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.10] Fix typos in the Objects directory (GH-28766) (GH-28797)
(cherry picked from commit 5f401f1040
)
Automerge-Triggered-By: GH:JulienPalard
This commit is contained in:
parent
f6798391b5
commit
dcfbe4f72d
8 changed files with 9 additions and 9 deletions
|
@ -836,7 +836,7 @@ static int running_on_valgrind = -1;
|
|||
|
||||
/*
|
||||
* Alignment of addresses returned to the user. 8-bytes alignment works
|
||||
* on most current architectures (with 32-bit or 64-bit address busses).
|
||||
* on most current architectures (with 32-bit or 64-bit address buses).
|
||||
* The alignment value is also used for grouping small requests in size
|
||||
* classes spaced ALIGNMENT bytes apart.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue