diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/aic79xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c index 27bfc9c554a..1a00de91627 100644 --- a/sys/dev/ic/aic79xx.c +++ b/sys/dev/ic/aic79xx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.c,v 1.35 2006/10/10 20:34:23 mbalmer Exp $ */ +/* $OpenBSD: aic79xx.c,v 1.36 2006/10/17 11:45:59 todd Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -10261,7 +10261,7 @@ void ahd_setup_data_scb(struct ahd_softc *ahd, struct scb *scb) { /* - * Copy the first SG into the "current" data ponter area. + * Copy the first SG into the "current" data pointer area. */ if ((ahd->flags & AHD_64BIT_ADDRESSING) != 0) { struct ahd_dma64_seg *sg; |