diff --git a/libc/test/src/string/strerror_test.cpp b/libc/test/src/string/strerror_test.cpp index 2d6c230573a4b..cfc79481699bc 100644 --- a/libc/test/src/string/strerror_test.cpp +++ b/libc/test/src/string/strerror_test.cpp @@ -97,7 +97,7 @@ TEST(LlvmLibcStrErrorTest, KnownErrors) { ".lib section in a.out corrupted", "Attempting to link in too many shared libraries", "Cannot exec a shared library directly", - "Unknown Error 84", // Unknown + "Unknown error 84", // Unknown "Interrupted system call should be restarted", "Streams pipe error", "Too many users",