Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/dreamcast/dev/g2 Update function name in a comment.
details: https://anonhg.NetBSD.org/src/rev/4a094f32ad65
branches: trunk
changeset: 959355:4a094f32ad65
user: isaki <isaki%NetBSD.org@localhost>
date: Tue Feb 09 12:39:28 2021 +0000
description:
Update function name in a comment.
diffstat:
sys/arch/dreamcast/dev/g2/aica.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 382cb86df004 -r 4a094f32ad65 sys/arch/dreamcast/dev/g2/aica.c
--- a/sys/arch/dreamcast/dev/g2/aica.c Tue Feb 09 12:36:34 2021 +0000
+++ b/sys/arch/dreamcast/dev/g2/aica.c Tue Feb 09 12:39:28 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aica.c,v 1.29 2021/02/06 09:14:03 isaki Exp $ */
+/* $NetBSD: aica.c,v 1.30 2021/02/09 12:39:28 isaki Exp $ */
/*
* Copyright (c) 2003 SHIMIZU Ryo <ryo%misakimix.org@localhost>
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aica.c,v 1.29 2021/02/06 09:14:03 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aica.c,v 1.30 2021/02/09 12:39:28 isaki Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -530,7 +530,7 @@
aica_fillbuffer(sc);
- /* call audio interrupt handler (audio_pint()) */
+ /* call audio interrupt handler (audio_pintr()) */
if (sc->sc_intr != NULL) {
(*(sc->sc_intr))(sc->sc_intr_arg);
}
Home |
Main Index |
Thread Index |
Old Index