Kaynağa Gözat

Fix typo in pthread_mutex_destroy.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1342 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 19 yıl önce
ebeveyn
işleme
cae628987f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      include/hdb.h

+ 1 - 1
include/hdb.h

@@ -74,7 +74,7 @@ static inline void hdb_destroy (
 	if (handle_database->handles) {
 		free (handle_database->handles);
 	}
-	pthread_mutex_destory (&handle_database->mutex);
+	pthread_mutex_destroy (&handle_database->mutex);
 	memset (handle_database, 0, sizeof (struct hdb_handle_database));
 }