diff options
Diffstat (limited to 'shell/msh.c')
-rw-r--r-- | shell/msh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/msh.c b/shell/msh.c index 5dc0b2b..62e7844 100644 --- a/shell/msh.c +++ b/shell/msh.c @@ -70,7 +70,7 @@ #define WAITCORE(s) (((s)&0200)!=0) /* - * library and system defintions + * library and system definitions */ typedef void xint; /* base type of jmp_buf, for not broken compilers */ |