Skip to content

Commit f7c39a8

Browse files
One more typo
1 parent 69fe037 commit f7c39a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/python/memap/memap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class _GccParser(_Parser):
234234
# Gets the input section name from the line, if it exists.
235235
# Input section names are always indented 1 space.
236236
# 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.
237+
# It can also capture "*fill*" instead of something that looks like a section name.
238238
RE_INPUT_SECTION_NAME = re.compile(r'^ ((?:\.\w+\.?\w*\.?\w*)|(?:\*fill\*))')
239239

240240
ALL_SECTIONS = (

0 commit comments

Comments
 (0)