Cleanup spelling and syntax in a comment

This commit is contained in:
abs 2008-10-29 14:31:01 +00:00
parent 77abfb89c8
commit 87d661967a
1 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: atari5380.c,v 1.45 2008/07/20 16:35:27 tsutsui Exp $ */
/* $NetBSD: atari5380.c,v 1.46 2008/10/29 14:31:01 abs Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.45 2008/07/20 16:35:27 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.46 2008/10/29 14:31:01 abs Exp $");
#include "opt_atariscsi.h"
@ -279,10 +279,10 @@ scsi_tt_init(struct ncr_softc *sc)
MFP2->mf_imra |= IA_SCSI;
/*
* LWP: DMA transfers to TT-ram causes data to be garbeled
* without notice on some revisons of the TT-mainboard.
* When program's generate misterious Segmentations faults,
* try turning on NO_TTRAM_DMA.
* LWP: DMA transfers to TT-ram causes data to be garbled
* without notice on some TT-mainboard revisions.
* If programs generate mysterious Segmentations faults,
* try enabling NO_TTRAM_DMA.
*/
#ifdef NO_TTRAM_DMA
printf(": DMA to TT-RAM is disabled!");