Browse Source

lib/cds: typo asSigned

Дилян Палаузов 2 years ago
parent
commit
7799920ef6
1 changed files with 1 additions and 1 deletions
  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.