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 committed Oct 18, 2023
1 parent 2952c23 commit 714e67e
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 714e67e

Please sign in to comment.