From 32ee7611bbd4d5d6a31609bcd2dafa273133b894 Mon Sep 17 00:00:00 2001 From: hujun5 Date: Tue, 17 Dec 2024 10:01:44 +0800 Subject: [PATCH] fix a typo Signed-off-by: hujun5 --- netutils/chat/chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netutils/chat/chat.c b/netutils/chat/chat.c index cbc2326a5..38ab5dc92 100644 --- a/netutils/chat/chat.c +++ b/netutils/chat/chat.c @@ -61,7 +61,7 @@ #define CHAT_TOKEN_SIZE 128 /**************************************************************************** - * Pivate types + * Private types ****************************************************************************/ /* Type of singly-linked list of tokens */