libsysprof-analyze: fix format to match other use

This commit is contained in:
Christian Hergert
2023-05-22 19:05:25 -07:00
parent 04797587e6
commit 05d5bc6c77

View File

@ -110,7 +110,7 @@ fallback:
* access, so tell the user about what file contained the symbol
* and where (relative to that file) the IP was.
*/
name = g_strdup_printf ("In file %s+0x%"G_GINT64_MODIFIER"x",
name = g_strdup_printf ("In File %s+0x%"G_GINT64_MODIFIER"x",
sysprof_document_mmap_get_file (map),
relative_address);
begin_address = address;