From 377b8bea432954e584469e1e4d52be6d80aa2baa Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 12 Mar 2023 10:45:21 +0100 Subject: [PATCH] libc: Adjust comment in string.cpp --- libc/src/string.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libc/src/string.cpp b/libc/src/string.cpp index 0c22b9af..9c46a6c8 100644 --- a/libc/src/string.cpp +++ b/libc/src/string.cpp @@ -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) {