We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fe037 commit f7c39a8Copy full SHA for f7c39a8
tools/python/memap/memap.py
@@ -234,7 +234,7 @@ class _GccParser(_Parser):
234
# Gets the input section name from the line, if it exists.
235
# Input section names are always indented 1 space.
236
# Note: This allows up to 3 dots... hopefully that's enough...
237
- # It can also calture "*fill*" instead of something that looks like a section name.
+ # It can also capture "*fill*" instead of something that looks like a section name.
238
RE_INPUT_SECTION_NAME = re.compile(r'^ ((?:\.\w+\.?\w*\.?\w*)|(?:\*fill\*))')
239
240
ALL_SECTIONS = (
0 commit comments