summaryrefslogtreecommitdiffstats
path: root/Objects/obmalloc.c
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-06 23:57:10 (GMT)
committerGitHub <noreply@github.com>2021-10-06 23:57:10 (GMT)
commit5f401f10400123afa9171548c432ea3fc37c0736 (patch)
treeff6d1e214f02b837c06e1bdf7fcab735e7af612c /Objects/obmalloc.c
parentdb72e58ea5940c3942ede9f70cb897510b52fc36 (diff)
downloadcpython-5f401f10400123afa9171548c432ea3fc37c0736.zip
cpython-5f401f10400123afa9171548c432ea3fc37c0736.tar.gz
cpython-5f401f10400123afa9171548c432ea3fc37c0736.tar.bz2
Fix typos in the Objects directory (GH-28766)
Diffstat (limited to 'Objects/obmalloc.c')
-rw-r--r--Objects/obmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c
index 903ca1c..2d6fedd 100644
--- a/Objects/obmalloc.c
+++ b/Objects/obmalloc.c
@@ -848,7 +848,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.
*