[glib] gthread-posix: fix typo in error message
- From: Antoine Jacoutot <ajacoutot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gthread-posix: fix typo in error message
- Date: Sun, 1 Apr 2012 06:47:23 +0000 (UTC)
commit 829db4cec3fa59e1ec905e226851ae719858c8d4
Author: Antoine Jacoutot <ajacoutot gnome org>
Date: Sat Mar 31 22:48:42 2012 +0200
gthread-posix: fix typo in error message
glib/gthread-posix.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gthread-posix.c b/glib/gthread-posix.c
index 9500709..3f74aa4 100644
--- a/glib/gthread-posix.c
+++ b/glib/gthread-posix.c
@@ -225,7 +225,7 @@ g_mutex_unlock (GMutex *mutex)
gint status;
if G_UNLIKELY ((status = pthread_mutex_unlock (g_mutex_get_impl (mutex))) != 0)
- g_thread_abort (status, "pthread_mutex_lock");
+ g_thread_abort (status, "pthread_mutex_unlock");
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]