Дилян Палаузов 2 лет назад
Родитель
Сommit
7799920ef6
1 измененных файлов с 1 добавлено и 1 удалено
  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. */
 /** Structure holding reference counter value. */
 typedef struct {
 typedef struct {
 	int cntr; /**< counter value */
 	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;
 } reference_counter_data_t;
 
 
 /** Structure holding information about group of reference counters.  
 /** Structure holding information about group of reference counters.