Docs: optional.h: incorrect declaration example
[lttng-tools.git] / src / common / optional.h
index 0501904cbc4d1cfa52a926be158afe5219712646..52139d50de7198ac6524862554a4c9a4d892fa31 100644 (file)
@@ -24,7 +24,7 @@
  * Declaration example:
  * struct my_struct {
  *     int a;
- *     LTTNG_OPTIONAL(int, b);
+ *     LTTNG_OPTIONAL(int) b;
  * };
  *
  * Usage example:
This page took 0.023339 seconds and 4 git commands to generate.