From: Marc-André Lureau <[email protected]>
Signed-off-by: Marc-André Lureau <[email protected]>
---
util/error-report.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/error-report.c b/util/error-report.c
index 5edb2e604061..98f242b75bbf 100644
--- a/util/error-report.c
+++ b/util/error-report.c
@@ -390,7 +390,7 @@ void error_init(const char *argv0)
{
const char *p = strrchr(argv0, '/');
- /* Set the program name for error_print_loc(). */
+ /* Set the program name for print_loc(). */
g_set_prgname(p ? p + 1 : argv0);
/*
--
2.37.0.rc0