git: 97e2aea90ab4 - stable/14 - sound(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Dec 2024 09:33:24 UTC
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=97e2aea90ab41140ff091b1f8c1fa7017fe24fb2 commit 97e2aea90ab41140ff091b1f8c1fa7017fe24fb2 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:31:35 +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. */