--- src/sys/dev/raid/pst/pst-raid.c 2007/07/11 23:46:58 1.24 +++ src/sys/dev/raid/pst/pst-raid.c 2007/11/14 18:27:52 1.25 @@ -79,8 +79,8 @@ struct pst_softc { struct pst_request { struct pst_softc *psc; /* pointer to softc */ - u_int32_t mfa; /* frame addreess */ - struct callout timeout; /* handle for untimeout */ + u_int32_t mfa; /* frame address */ + struct callout timeout; /* callout handle */ struct bio *bio; /* associated bio ptr */ };