From 07f354724ea3fe166e27cbc371b9ae7b00df5abf Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 20 Oct 2022 11:58:33 -0400 Subject: [PATCH] Fix typo Signed-off-by: Mathieu Desnoyers --- include/side/trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/side/trace.h b/include/side/trace.h index 68cd5dc..09f50a8 100644 --- a/include/side/trace.h +++ b/include/side/trace.h @@ -17,7 +17,7 @@ //TODO: as those structures will be ABI, we need to either consider them //fixed forever, or think of a scheme that would allow their binary -//representation to be extected if need be. +//representation to be extended if need be. struct side_arg_vec; struct side_arg_vec_description; -- 2.34.1