mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
GH-100222: fix typo _py_set_opocde -> _py_set_opcode (GH-100259)
Typo introduced in #100223. Automerge-Triggered-By: GH:brandtbucher
This commit is contained in:
parent
ae83c78215
commit
bdd86741be
2 changed files with 66 additions and 66 deletions
|
@ -28,7 +28,7 @@ typedef union {
|
|||
#define _Py_OPARG(word) ((word).oparg)
|
||||
|
||||
static inline void
|
||||
_py_set_opocde(_Py_CODEUNIT *word, uint8_t opcode)
|
||||
_py_set_opcode(_Py_CODEUNIT *word, uint8_t opcode)
|
||||
{
|
||||
word->opcode = opcode;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue