diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2006-10-17 11:46:00 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2006-10-17 11:46:00 +0000 |
commit | f52c88fe622d16bec401f8574fc08e51b5734092 (patch) | |
tree | 4775a74a892e570b5b370c7fb8a8851b3080e0c5 /sys/dev/ic | |
parent | 24887a4d5fef342e7d5c637ae6e40c9b6ef2504a (diff) |
fix typo in comment
ok jmc@
Diffstat (limited to 'sys/dev/ic')
-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; |