Skip to content

Commit

Permalink
tools/memleak: Fix typos (iovisor#4901)
Browse files Browse the repository at this point in the history
Fix a typo in tools/memleak.py.
  • Loading branch information
Bojun-Seo authored Feb 6, 2024
1 parent 4bd9bdc commit 0ccffc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/memleak.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def run_command_get_pid(command):
parser.add_argument("--sort", type=str, default="size",
help="report sorted in given key; available key list: size, count")
parser.add_argument("--symbols-prefix", type=str,
help="memory alloctor symbols prefix")
help="memory allocator symbols prefix")

args = parser.parse_args()

Expand Down

0 comments on commit 0ccffc7

Please sign in to comment.