Skip to content

Commit

Permalink
lib/cds: typo asSigned
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent a8976a5 commit 7799920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cds/ref_cntr.h
Expand Up @@ -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.
Expand Down

0 comments on commit 7799920

Please sign in to comment.