Skip to content

Commit

Permalink
docs: fix typo in rlimit concept
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Gögge <r.goegge@isovalent.com>
  • Loading branch information
rgo3 authored and ti-mo committed Oct 30, 2023
1 parent 3b9d47a commit f2fbd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ebpf/concepts/rlimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Include this in your application:
{{ go_example('DocRlimit', title="Remove RLIMIT_MEMLOCK if kernel lacks memcg accounting") }}

!!! note ""
You can call `RemoveMemlock()` multiple times it your program has
You can call `RemoveMemlock()` multiple times if your program has
multiple entry points or CLI subcommands. The rlimit operation will only
execute once.

Expand Down

0 comments on commit f2fbd7d

Please sign in to comment.