Module Name:    src
Committed By:   andvar
Date:           Sat Feb 12 23:30:30 UTC 2022

Modified Files:
        src/sys/arch/amiga/dev: repulse.c

Log Message:
s/epxected/expected/


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amiga/dev/repulse.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/amiga/dev/repulse.c
diff -u src/sys/arch/amiga/dev/repulse.c:1.23 src/sys/arch/amiga/dev/repulse.c:1.24
--- src/sys/arch/amiga/dev/repulse.c:1.23	Sat Jun  8 08:02:36 2019
+++ src/sys/arch/amiga/dev/repulse.c	Sat Feb 12 23:30:30 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: repulse.c,v 1.23 2019/06/08 08:02:36 isaki Exp $ */
+/*	$NetBSD: repulse.c,v 1.24 2022/02/12 23:30:30 andvar Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: repulse.c,v 1.23 2019/06/08 08:02:36 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: repulse.c,v 1.24 2022/02/12 23:30:30 andvar Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -310,7 +310,7 @@ repulse_attach(device_t parent, device_t
 	/*
 	 * Print a warning if the codec doesn't support hardware variable
 	 * rate audio. As the initial incarnations of the Repulse board
-	 * are AC'97 2.1, it is epxected that we'll always have VRA.
+	 * are AC'97 2.1, it is expected that we'll always have VRA.
 	 */
 	/*
 	 * XXX this should be a panic(). OTOH, audio codec speed is not

Reply via email to