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