From 66adfff20d6ca1c10b56b4c0a3ba678f86be770d Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Wed, 12 Oct 2022 14:39:10 +0800 Subject: [PATCH] samples: fix a typo --- samples/sample_x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sample_x86.c b/samples/sample_x86.c index 384e74b1..d8500cc4 100644 --- a/samples/sample_x86.c +++ b/samples/sample_x86.c @@ -1404,7 +1404,7 @@ static void test_i386_hook_mem_invalid() uc_err err; printf("===================================\n"); - printf("Emulate i386 code that tiggers invalid memory read/write.\n"); + printf("Emulate i386 code that triggers invalid memory read/write.\n"); err = uc_open(UC_ARCH_X86, UC_MODE_32, &uc); if (err) {