--- src/sys/sys/thread.h 2004/06/10 22:11:36 1.53 +++ src/sys/sys/thread.h 2004/06/17 01:30:27 1.54 @@ -137,7 +137,7 @@ typedef void (*ipifunc2_t)(void *arg, st typedef struct lwkt_ipiq { int ip_rindex; /* only written by target cpu */ - int ip_xindex; /* writte by target, indicates completion */ + int ip_xindex; /* written by target, indicates completion */ int ip_windex; /* only written by source cpu */ ipifunc2_t ip_func[MAXCPUFIFO]; void *ip_arg[MAXCPUFIFO];