Skip to content

Commit 69fe037

Browse files
Update comment
1 parent 1321c22 commit 69fe037

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
@@ -145,7 +145,7 @@ def add_symbol(self, symbol_name: str, object_name: str, start_addr: int, size:
145145
""" Adds information about a symbol (e.g. a function or global variable) to the data structures.
146146
147147
Positional arguments:
148-
symbol_name - Descriptive name of the symbol, e.g. ".text.some_function"
148+
symbol_name - Descriptive name of the symbol, e.g. ".text.some_function" or "*fill*"
149149
object_name - name of the object file containing the symbol
150150
start addr - start address of symbol
151151
size - the size of the symbol being added

0 commit comments

Comments
 (0)