From a3454595ff399da597f232f8a50ed0fb66194821 Mon Sep 17 00:00:00 2001 From: Youngmin Kim Date: Sat, 18 Nov 2023 18:34:56 +1000 Subject: [PATCH] Minor update in comments (#42) --- lib/src/embedded_cli.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/src/embedded_cli.c b/lib/src/embedded_cli.c index 846e1e9..9664703 100644 --- a/lib/src/embedded_cli.c +++ b/lib/src/embedded_cli.c @@ -38,13 +38,12 @@ /** * Indicates that CLI structure and internal structures were allocated with - * malloc and should bre freed + * malloc and should be freed */ #define CLI_FLAG_ALLOCATED 0x04u /** - * Indicates that CLI structure and internal structures were allocated with - * malloc and should bre freed + * Indicates that escape mode is enabled. */ #define CLI_FLAG_ESCAPE_MODE 0x08u