Skip to content

Commit ce8ed64

Browse files
authored
Merge pull request #378 from Fewnity/patch-1
2 parents 8c987a7 + 6113232 commit ce8ed64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/user/pspmoduleinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ enum PspModuleInfoAttr
119119
int __pipe_write(int fd, const void *buf, size_t len) { return __pipe_not_supported(); } \
120120
int __pipe_nonblocking_write(int fd, const void *buf, size_t len) { return __pipe_not_supported(); }
121121

122-
/* Disable using socket suuport from POSIX functions. */
122+
/* Disable using socket support from POSIX functions. */
123123
#define PSP_DISABLE_NEWLIB_SOCKET_SUPPORT() \
124124
static int __socket_not_supported() { \
125125
errno = ENOSYS; \

0 commit comments

Comments
 (0)