| commit | 54c134f379ee2816f60130d44e0e386c261dff45 | [log] [tgz] | 
|---|---|---|
| author | Jianyun Gao <jianyungao89@gmail.com> | Mon Oct 27 11:20:08 2025 +0800 | 
| committer | Andrii Nakryiko <andrii@kernel.org> | Tue Oct 28 10:28:53 2025 -0700 | 
| tree | a361e5036408ce1c020c43e2e7813f868b6298fa | |
| parent | 4f361895ae65675c7a3ee339883d72ae9a2121e9 [diff] | 
libbpf: Fix the incorrect reference to the memlock_rlim variable in the comment. The variable "memlock_rlim_max" referenced in the comment does not exist. I think that the author probably meant the variable "memlock_rlim". So, correct it. Signed-off-by: Jianyun Gao <jianyungao89@gmail.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20251027032008.738944-1-jianyungao89@gmail.com