From b2ed132b1210c5a2370f392a9507af06d91420cf Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 31 Aug 2023 14:14:48 -0700 Subject: [PATCH] libsysprof: typo fix --- src/libsysprof/sysprof-elf-loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsysprof/sysprof-elf-loader.c b/src/libsysprof/sysprof-elf-loader.c index 938e61e5..f3581be4 100644 --- a/src/libsysprof/sysprof-elf-loader.c +++ b/src/libsysprof/sysprof-elf-loader.c @@ -513,7 +513,7 @@ sysprof_elf_loader_load (SysprofElfLoader *self, /* If we loaded the ELF, but it doesn't match what this request is looking * for in terms of inode/build-id, then we need to bail and not return it. - * We can, however, leave it in the cache incase another process/sample + * We can, however, leave it in the cache in-case another process/sample * will need the ELF. */ if (!sysprof_elf_matches (elf, file_inode, build_id))