From a448322d4ea24bb67b7cfed7866d4c0f56a9c496 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Sun, 10 Aug 2008 15:10:39 +0000 Subject: [PATCH] Minor typo fix, caught while skimming through the file. --- sys/dev/aha/aha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 7dcf264e302..ace7d257cb9 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -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,