From 61132323497e1c2f8e9e4c9ddb589e3214a0473b Mon Sep 17 00:00:00 2001 From: Fewnity <39272935+Fewnity@users.noreply.github.com> Date: Sun, 5 Jul 2026 22:39:07 +0200 Subject: [PATCH] Fix typo in a comment --- src/user/pspmoduleinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/pspmoduleinfo.h b/src/user/pspmoduleinfo.h index 728f3ad03f..0235e33bdf 100644 --- a/src/user/pspmoduleinfo.h +++ b/src/user/pspmoduleinfo.h @@ -119,7 +119,7 @@ enum PspModuleInfoAttr int __pipe_write(int fd, const void *buf, size_t len) { return __pipe_not_supported(); } \ int __pipe_nonblocking_write(int fd, const void *buf, size_t len) { return __pipe_not_supported(); } -/* Disable using socket suuport from POSIX functions. */ +/* Disable using socket support from POSIX functions. */ #define PSP_DISABLE_NEWLIB_SOCKET_SUPPORT() \ static int __socket_not_supported() { \ errno = ENOSYS; \