Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6af85ab4 authored by Jens Gustedt's avatar Jens Gustedt
Browse files

minor documentation change

parent 14530a1f
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ typedef p99_futex p99_count;
/**
** @brief Initialize an ::p99_count object.
**/
P99_DEFARG_DOCU(p99_notifier_init)
P99_DEFARG_DOCU(p99_count_init)
p99_inline
p99_count* p99_count_init(p99_count* p00_c, unsigned p00_v) {
return p99_futex_init(p00_c, p00_v);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment