Ver Fonte

lib/cds: typo asSigned

Дилян Палаузов há 2 anos atrás
pai
commit
7799920ef6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/lib/cds/ref_cntr.h

+ 1 - 1
src/lib/cds/ref_cntr.h

@@ -93,7 +93,7 @@ extern "C" {
 /** Structure holding reference counter value. */
 typedef struct {
 	int cntr; /**< counter value */
-	cds_mutex_t *mutex; /**< mutex asigned to this reference counter */
+	cds_mutex_t *mutex; /**< mutex assigned to this reference counter */
 } reference_counter_data_t;
 
 /** Structure holding information about group of reference counters.