Skip to content

Commit 7b7543d

Browse files
authored
Merge pull request #187 from frogkind/master
"dill_icp_fromfd" may should be "dill_ipc_fromfd"
2 parents 83cac3d + 6f48e4c commit 7b7543d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ int dill_ipc_fromfd_mem(int fd, struct dill_ipc_storage *mem) {
117117
return -1;
118118
}
119119

120-
int dill_icp_fromfd(int fd) {
120+
int dill_ipc_fromfd(int fd) {
121121
int err;
122122
struct dill_ipc_conn *obj = malloc(sizeof(struct dill_ipc_conn));
123123
if(dill_slow(!obj)) {err = ENOMEM; goto error1;}

0 commit comments

Comments
 (0)