2 parents 8c987a7 + 6113232 commit ce8ed64Copy full SHA for ce8ed64
1 file changed
src/user/pspmoduleinfo.h
@@ -119,7 +119,7 @@ enum PspModuleInfoAttr
119
int __pipe_write(int fd, const void *buf, size_t len) { return __pipe_not_supported(); } \
120
int __pipe_nonblocking_write(int fd, const void *buf, size_t len) { return __pipe_not_supported(); }
121
122
-/* Disable using socket suuport from POSIX functions. */
+/* Disable using socket support from POSIX functions. */
123
#define PSP_DISABLE_NEWLIB_SOCKET_SUPPORT() \
124
static int __socket_not_supported() { \
125
errno = ENOSYS; \
0 commit comments