From 4caf24a00cbef18608ac5f2febe91159cd86a93e Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Wed, 1 Feb 2023 20:22:25 +0800 Subject: [PATCH] libc/stdio: Minor comments fix Signed-off-by: Huang Qi --- libs/libc/stdio/lib_getdelim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/stdio/lib_getdelim.c b/libs/libc/stdio/lib_getdelim.c index 6a742317c9a..8598b5b5c3c 100644 --- a/libs/libc/stdio/lib_getdelim.c +++ b/libs/libc/stdio/lib_getdelim.c @@ -219,7 +219,7 @@ errout: } /**************************************************************************** - * Name: getdelim() + * Name: getline() * * Description: * The getline() function will be equivalent to the getdelim() function