libc: Adjust comment in string.cpp
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-03-12 10:45:21 +01:00
parent 3b03e19489
commit 377b8bea43
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -4,8 +4,8 @@
extern "C"
{
// memcpy, memset, memcmp, memmove, strlen, strcmp, strcpy, strchr, strcat and strdup are defined in
// luna/CString.cpp, so the same definitions can be used by both kernel and userspace.
// All other string functions are defined in luna/CString.cpp, so the same definitions can be used by both kernel
// and userspace.
char* strerror(int errnum)
{