libsysprof: typo fix

This commit is contained in:
Christian Hergert
2023-08-31 14:14:48 -07:00
parent 33f3a96cce
commit b2ed132b12

View File

@ -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))