Mercurial > ecos
diff packages/hal/common/current/src/thread-packets.c @ 76:435cced73e2f ecos-v1_3_1-release
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
| author | jlarmour |
|---|---|
| date | Tue, 28 Mar 2000 14:10:45 +0000 |
| parents | bf00f99aec69 |
| children | 678094f34118 |
line wrap: on
line diff
--- a/packages/hal/common/current/src/thread-packets.c +++ b/packages/hal/common/current/src/thread-packets.c @@ -672,7 +672,7 @@ void stub_pkt_getthreadlist(char * inbuf while ((outbuf < limit) && (count < batchsize)) { result = dbg_threadlist(start_flag,&lastthread,&nextthread) ; - start_flag = 0 ; /* redundent but effective */ + start_flag = 0 ; /* redundant but effective */ if (!result) { *done_ptr = '1' ; /* pack the done flag */ break ;
