Date: Tue, 31 Dec 2024 09:36:25 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 228b9b37a8df - stable/13 - sound(4): Fix a typo in a source code comment Message-ID: <202412310936.4BV9aP4J058321@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=228b9b37a8dfa1e7e965b3913979d12a573e8852 commit 228b9b37a8dfa1e7e965b3913979d12a573e8852 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-12-28 06:39:21 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-12-31 09:33:58 +0000 sound(4): Fix a typo in a source code comment - s/orginally/originally/ (cherry picked from commit d40330306cd000c7c64dc18a3634ac8e04b33fdd) --- sys/dev/sound/pci/csareg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/pci/csareg.h b/sys/dev/sound/pci/csareg.h index a36e36177f5c..3341390f618b 100644 --- a/sys/dev/sound/pci/csareg.h +++ b/sys/dev/sound/pci/csareg.h @@ -34,7 +34,7 @@ #define _CSA_REG_H /* - * The following constats are orginally in the sample by Crystal Semiconductor. + * The following constats are originally in the sample by Crystal Semiconductor. * Copyright (c) 1996-1998 Crystal Semiconductor Corp. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412310936.4BV9aP4J058321>