From: Mathieu Desnoyers Date: Tue, 8 Nov 2022 16:47:01 +0000 (-0500) Subject: Cleanup X-Git-Url: https://git.efficios.com/?a=commitdiff_plain;h=f51f6ef26fadba9528eb2415f163962125c6b340;p=libside.git Cleanup Signed-off-by: Mathieu Desnoyers --- diff --git a/include/side/trace.h b/include/side/trace.h index 4c978d1..b003bca 100644 --- a/include/side/trace.h +++ b/include/side/trace.h @@ -153,7 +153,7 @@ enum side_type_label { SIDE_TYPE_GATHER_ARRAY, SIDE_TYPE_GATHER_VLA, - /* Dynamic basic types */ + /* Dynamic basic types */ SIDE_TYPE_DYNAMIC_NULL, SIDE_TYPE_DYNAMIC_BOOL, SIDE_TYPE_DYNAMIC_U8,