Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/audio s/recoding/recording/ in comments where it did...



details:   https://anonhg.NetBSD.org/src/rev/36241f088dad
branches:  trunk
changeset: 1023050:36241f088dad
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sat Aug 21 10:18:14 2021 +0000

description:
s/recoding/recording/ in comments where it didn't actually mean recoding.

diffstat:

 sys/arch/x68k/dev/vs.c   |  6 +++---
 sys/dev/audio/audiodef.h |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r f6938d7594c1 -r 36241f088dad sys/arch/x68k/dev/vs.c
--- a/sys/arch/x68k/dev/vs.c    Sat Aug 21 10:06:33 2021 +0000
+++ b/sys/arch/x68k/dev/vs.c    Sat Aug 21 10:18:14 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vs.c,v 1.54 2021/02/06 12:50:04 isaki Exp $    */
+/*     $NetBSD: vs.c,v 1.55 2021/08/21 10:18:14 andvar Exp $   */
 
 /*
  * Copyright (c) 2001 Tetsuya Isaki. All rights reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vs.c,v 1.54 2021/02/06 12:50:04 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vs.c,v 1.55 2021/08/21 10:18:14 andvar Exp $");
 
 #include "audio.h"
 #include "vs.h"
@@ -476,7 +476,7 @@
        DPRINTF(1, ("vs_halt_input\n"));
        sc = hdl;
 
-       /* stop ADPCM recoding */
+       /* stop ADPCM recording */
        dmac_abort_xfer(sc->sc_dma_ch->ch_softc, sc->sc_current.xfer);
        bus_space_write_1(sc->sc_iot, sc->sc_ioh,
            MSM6258_CMD, MSM6258_CMD_STOP);
diff -r f6938d7594c1 -r 36241f088dad sys/dev/audio/audiodef.h
--- a/sys/dev/audio/audiodef.h  Sat Aug 21 10:06:33 2021 +0000
+++ b/sys/dev/audio/audiodef.h  Sat Aug 21 10:18:14 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audiodef.h,v 1.15 2020/09/13 04:14:48 isaki Exp $      */
+/*     $NetBSD: audiodef.h,v 1.16 2021/08/21 10:18:14 andvar Exp $     */
 
 /*
  * Copyright (C) 2017 Tetsuya Isaki. All rights reserved.
@@ -97,7 +97,7 @@
 struct audio_track {
        /*
         * AUMODE_PLAY for playback track, or
-        * AUMODE_RECORD for recoding track.
+        * AUMODE_RECORD for recording track.
         * Note that AUMODE_PLAY_ALL is maintained by file->mode, not here.
         */
        int mode;



Home | Main Index | Thread Index | Old Index