Module Name:    src
Committed By:   andvar
Date:           Tue Dec  5 22:24:40 UTC 2023

Modified Files:
        src/sys/arch/x68k/dev: mha.c

Log Message:
s/pregress/progress/ in panic message.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/x68k/dev/mha.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x68k/dev/mha.c
diff -u src/sys/arch/x68k/dev/mha.c:1.58 src/sys/arch/x68k/dev/mha.c:1.59
--- src/sys/arch/x68k/dev/mha.c:1.58	Thu May 26 14:33:29 2022
+++ src/sys/arch/x68k/dev/mha.c	Tue Dec  5 22:24:40 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: mha.c,v 1.58 2022/05/26 14:33:29 tsutsui Exp $	*/
+/*	$NetBSD: mha.c,v 1.59 2023/12/05 22:24:40 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1996-1999 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mha.c,v 1.58 2022/05/26 14:33:29 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mha.c,v 1.59 2023/12/05 22:24:40 andvar Exp $");
 
 #include "opt_ddb.h"
 
@@ -1566,7 +1566,7 @@ mha_dataio_dma(int dw, int cw, struct mh
 	if (n > MAXBSIZE)
 		panic("transfer size exceeds MAXBSIZE");
 	if (sc->sc_dmasize > 0)
-		panic("DMA request while another DMA transfer is in pregress");
+		panic("DMA request while another DMA transfer is in progress");
 
 	if (cw == CMD_SEND_FROM_DMA) {
 		memcpy(sc->sc_dmabuf, p, n);

Reply via email to