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 5dc0b2b51..62e7844a8 100644 --- a/shell/msh.c +++ b/shell/msh.c | |||
@@ -70,7 +70,7 @@ | |||
70 | #define WAITCORE(s) (((s)&0200)!=0) | 70 | #define WAITCORE(s) (((s)&0200)!=0) |
71 | 71 | ||
72 | /* | 72 | /* |
73 | * library and system defintions | 73 | * library and system definitions |
74 | */ | 74 | */ |
75 | typedef void xint; /* base type of jmp_buf, for not broken compilers */ | 75 | typedef void xint; /* base type of jmp_buf, for not broken compilers */ |
76 | 76 | ||