libc/stdio: Minor comments fix

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2023-02-01 20:22:25 +08:00 committed by Xiang Xiao
parent 1a22487abd
commit 4caf24a00c

View File

@ -219,7 +219,7 @@ errout:
}
/****************************************************************************
* Name: getdelim()
* Name: getline()
*
* Description:
* The getline() function will be equivalent to the getdelim() function