diff --git a/sys/sys/selinfo.h b/sys/sys/selinfo.h index cbfa55d2b676..aa1bb89dbdb0 100644 --- a/sys/sys/selinfo.h +++ b/sys/sys/selinfo.h @@ -46,7 +46,7 @@ struct thread; */ struct selinfo { pid_t si_pid; /* process to be notified */ - struct thread *si_thread; /* thread in that process XXXKSE */ + struct thread *si_thread; /* thread in that process XXXKSE */ struct klist si_note; /* kernel note list */ short si_flags; /* see below */ };