From 96abb5156245bab93cf2cfa0456033ff7ccca253 Mon Sep 17 00:00:00 2001 From: chenrun1 Date: Tue, 7 Nov 2023 11:12:19 +0800 Subject: [PATCH] lib_getcwd:Fix the Name in the function description. Signed-off-by: chenrun1 --- libs/libc/unistd/lib_getcwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/unistd/lib_getcwd.c b/libs/libc/unistd/lib_getcwd.c index 15a9769f522..6a6bd472a8a 100644 --- a/libs/libc/unistd/lib_getcwd.c +++ b/libs/libc/unistd/lib_getcwd.c @@ -39,7 +39,7 @@ ****************************************************************************/ /**************************************************************************** - * Name: getwcd + * Name: getcwd * * Description: * getcwd() function places the absolute pathname of the current working