win: fix typo

This commit is contained in:
spew 2018-08-02 14:37:07 -04:00
parent d534727413
commit 34b6997933

View file

@ -634,7 +634,7 @@ startcmd(char *argv[], int *notepg)
e->cpid = cpid;
sprint(buf, "/mnt/wsys/%d", win->id);
bind(buf, "/dev/acme", MREPL);
bind("/dev/acme/body", "/dev/text", MREPL)
bind("/dev/acme/body", "/dev/text", MREPL);
proccreate(execproc, e, EXECSTACK);
do
pid = recvul(cpid);