mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Correct some typos in comments (GH-98194)
Automerge-Triggered-By: GH:AlexWaygood
This commit is contained in:
parent
61b6c40b64
commit
ede6cb2615
2 changed files with 2 additions and 2 deletions
|
@ -4628,7 +4628,7 @@ long_pow(PyObject *v, PyObject *w, PyObject *x)
|
|||
/* k-ary values. If the exponent is large enough, table is
|
||||
* precomputed so that table[i] == a**(2*i+1) % c for i in
|
||||
* range(EXP_TABLE_LEN).
|
||||
* Note: this is uninitialzed stack trash: don't pay to set it to known
|
||||
* Note: this is uninitialized stack trash: don't pay to set it to known
|
||||
* values unless it's needed. Instead ensure that num_table_entries is
|
||||
* set to the number of entries actually filled whenever a branch to the
|
||||
* Error or Done labels is possible.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue