Minor typo fix, caught while skimming through the file.

This commit is contained in:
Giorgos Keramidas 2008-08-10 15:10:39 +00:00
parent e792b09be2
commit a448322d4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181530

View file

@ -121,7 +121,7 @@ ahanextoutbox(struct aha_softc *aha)
#define aha_a24tou(s3) \
(((s3)[0] << 16) | ((s3)[1] << 8) | (s3)[2])
/* CCB Mangement functions */
/* CCB Management functions */
static __inline uint32_t ahaccbvtop(struct aha_softc *aha,
struct aha_ccb *accb);
static __inline struct aha_ccb* ahaccbptov(struct aha_softc *aha,