rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 5895c530562659ee5b547fe78fa65a380d5b0605
parent d8946406165ccfc458ff418aec465d67fa61ec1e
Author: Jakub Wilk <jwilk@jwilk.net>
Date:   Tue,  2 Feb 2016 22:07:27 +0100

fix typos

Diffstat:
Mexec.c | 2+-
Mopen.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exec.c b/exec.c @@ -30,7 +30,7 @@ extern void exec(List *s, bool parent) { b = isbuiltin(*av); /* - a builtin applies only to the immmediately following + a builtin applies only to the immediately following command, e.g., builtin exec echo hi */ saw_builtin = FALSE; diff --git a/open.c b/open.c @@ -25,7 +25,7 @@ extern int rc_open(const char *name, redirtype m) { } /* make a file descriptor blocking. return value indicates whether -the desciptor was previously set to non-blocking. */ +the descriptor was previously set to non-blocking. */ extern bool makeblocking(int fd) { int flags;