Skip to content

Commit 5a8d76f

Browse files
authored
tools/memleak_example: fix typos (#4900)
Fix a few typo's in tools/memleak_example.txt.
1 parent b14c463 commit 5a8d76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/memleak_example.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ Attaching to pid 2623, Ctrl+C to quit.
177177
0x0000559b478700b7 main+0x4a7 [redis-server]
178178
0x00007fdf47029d90 __libc_start_call_main+0x80 [libc.so.6]
179179

180-
When using the --sysbols-prefix argument, memleak can trace the third-party memory
181-
allocations, such as jemalloc whose sysbols are usually identified by the "je_" prefix
180+
When using the --symbols-prefix argument, memleak can trace the third-party memory
181+
allocations, such as jemalloc whose symbols are usually identified by the "je_" prefix
182182
in redis project.
183183

184184
USAGE message:

0 commit comments

Comments
 (0)