From: Jérémie Galarneau Date: Fri, 19 Nov 2021 19:35:51 +0000 (-0500) Subject: Docs: optional.h: incorrect declaration example X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=8250d5979abfc05004139b2328a36712224a797c Docs: optional.h: incorrect declaration example Signed-off-by: Jérémie Galarneau Change-Id: I1c9f6e8c3200bc72a5eb29e6459c3449bf0771cd --- diff --git a/src/common/optional.h b/src/common/optional.h index 0501904cb..52139d50d 100644 --- a/src/common/optional.h +++ b/src/common/optional.h @@ -24,7 +24,7 @@ * Declaration example: * struct my_struct { * int a; - * LTTNG_OPTIONAL(int, b); + * LTTNG_OPTIONAL(int) b; * }; * * Usage example: