浏览代码

lib/cds: typo asSigned

Дилян Палаузов 2 年之前
父节点
当前提交
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. */
 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.