Index: ossp-pkg/pth/pth_tcb.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_tcb.c,v rcsdiff -q -kk '-r1.35' '-r1.36' -u '/v/ossp/cvs/ossp-pkg/pth/pth_tcb.c,v' 2>/dev/null --- pth_tcb.c 2001/03/24 14:51:05 1.35 +++ pth_tcb.c 2001/03/30 11:15:34 1.36 @@ -42,7 +42,7 @@ char name[PTH_TCB_NAMELEN];/* name of thread (mainly for debugging) */ pth_state_t state; /* current state indicator for thread */ - /* timing */ + /* timing */ pth_time_t spawned; /* time point at which thread was spawned */ pth_time_t lastran; /* time point at which thread was last running */ pth_time_t running; /* time range the thread was already running */