Skip to content

Commit 723d9e4

Browse files
d-e-s-oinsearchoflosttime
authored andcommitted
libbpf-rs: Fix typo 'proram' -> 'program'
Fix a typo where 'program' was accidentally spelled 'proram' in two unit tests. Signed-off-by: Daniel Müller <deso@posteo.net>
1 parent 6c1ad0d commit 723d9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libbpf-rs/tests/test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ fn test_object_program_helper_probes() {
876876
}
877877

878878
#[test]
879-
fn test_object_open_proram_insns() {
879+
fn test_object_open_program_insns() {
880880
bump_rlimit_mlock();
881881

882882
let open_obj = open_test_object("usdt.bpf.o");
@@ -889,7 +889,7 @@ fn test_object_open_proram_insns() {
889889
}
890890

891891
#[test]
892-
fn test_object_proram_insns() {
892+
fn test_object_program_insns() {
893893
bump_rlimit_mlock();
894894

895895
let obj = get_test_object("usdt.bpf.o");

0 commit comments

Comments
 (0)