Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3cdd64

Browse files
authored
Tools/cases_generator: Fix typos and incorrect comments. (#114892)
1 parent f35c7c0 commit f3cdd64

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Tools/cases_generator/opcode_id_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Generate the list of opcode IDs.
22
Reads the instruction definitions from bytecodes.c.
3-
Writes the IDs to opcode._ids.h by default.
3+
Writes the IDs to opcode_ids.h by default.
44
"""
55

66
import argparse

Tools/cases_generator/opcode_metadata_generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
"""Generate uop metedata.
1+
"""Generate opcode metadata.
22
Reads the instruction definitions from bytecodes.c.
3-
Writes the metadata to pycore_uop_metadata.h by default.
3+
Writes the metadata to pycore_opcode_metadata.h by default.
44
"""
55

66
import argparse

Tools/cases_generator/py_metadata_generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
"""Generate uop metedata.
1+
"""Generate opcode metadata for Python.
22
Reads the instruction definitions from bytecodes.c.
3-
Writes the metadata to pycore_uop_metadata.h by default.
3+
Writes the metadata to _opcode_metadata.py by default.
44
"""
55

66
import argparse

Tools/cases_generator/uop_metadata_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Generate uop metedata.
1+
"""Generate uop metadata.
22
Reads the instruction definitions from bytecodes.c.
33
Writes the metadata to pycore_uop_metadata.h by default.
44
"""

0 commit comments

Comments
 (0)