From ec0fc95dd18bb0e67dfbb1e4c92f0d5dcc5a8a43 Mon Sep 17 00:00:00 2001 From: andvar Date: Fri, 10 Dec 2021 20:36:02 +0000 Subject: s/occured/occurred/ in comments, log messages and man pages. --- tests/dev/audio/audiotest.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/dev') diff --git a/tests/dev/audio/audiotest.c b/tests/dev/audio/audiotest.c index 2bffebd2cff..898d651bccf 100644 --- a/tests/dev/audio/audiotest.c +++ b/tests/dev/audio/audiotest.c @@ -1,4 +1,4 @@ -/* $NetBSD: audiotest.c,v 1.17 2021/12/08 20:50:03 andvar Exp $ */ +/* $NetBSD: audiotest.c,v 1.18 2021/12/10 20:36:05 andvar Exp $ */ /* * Copyright (C) 2019 Tetsuya Isaki. All rights reserved. @@ -26,7 +26,7 @@ */ #include -__RCSID("$NetBSD: audiotest.c,v 1.17 2021/12/08 20:50:03 andvar Exp $"); +__RCSID("$NetBSD: audiotest.c,v 1.18 2021/12/10 20:36:05 andvar Exp $"); #include #include @@ -6072,7 +6072,7 @@ DEF(AUDIO_GETENC_range) memset(&expected, 0, sizeof(expected)); i = getenc_make_table(fd, expected); - /* When error has occured, the next index should also occur error */ + /* When error has occurred, the next index should also occur error */ ae.index = i + 1; r = IOCTL(fd, AUDIO_GETENC, &ae, "index=%d", ae.index); XP_SYS_NG(EINVAL, r); -- cgit