iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.36k stars 3.86k forks source link

tools/memleak_example: fix typos #4900

Closed ekyooo closed 7 months ago

yonghong-song commented 7 months ago

Something is wrong in your patch. The libbpf submodule is not the same as the current one. Please sync with the latest master branch and change only memleak_example and resubmit.

ekyooo commented 7 months ago

Something is wrong in your patch. The libbpf submodule is not the same as the current one. Please sync with the latest master branch and change only memleak_example and resubmit.

Oops. sorry. I fixed it and rebased to the latest master branch. Thank you.